--- configure.in +++ configure.in @@ -72,6 +72,7 @@ AC_DEFINE(HAVE_USEKEYPAD) fi fi +) AC_ARG_WITH(gpm, [ --without-gpm Compile only without GPM support], AC_MSG_RESULT([Compiling without GPM support]), @@ -95,7 +96,7 @@ AC_DEFINE(HAVE_SYSMOUSE) fi ) -) + AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x") AC_SUBST(CURSLIB)