From 327b1b6e9f35efdd18ef7b2f6047e4654a481121 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Tue, 6 Dec 2016 06:17:32 -0800 Subject: [PATCH] try turning libgpm complaint to a warning --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dae79810..b3345527 100644 --- a/configure.ac +++ b/configure.ac @@ -219,7 +219,7 @@ AS_CASE(["$host_os"], AS_VAR_SET(LDFLAGS, $saved_LDFLAGS) AS_VAR_SET(LIBS, $saved_LIBS) ], - AC_MSG_ERROR([libgpm development libraries are required to build]))dnl + AC_MSG_WARN([libgpm development libraries are required to build]))dnl ])dnl ]) ],