X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=configure;h=255e9facb6e759cdd0790344e30eac92c86821c3;hb=d62b54c082a8564aa0c715cddadb1160498b057f;hp=06f014d2746f89275f5b251026b0fb1b9cb3ed41;hpb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;p=ncurses.git diff --git a/configure b/configure index 06f014d2..255e9fac 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.640 . +# From configure.in Revision: 1.641 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20150926. # @@ -5353,7 +5353,7 @@ fi echo "$as_me:5353: result: $ac_cv_lib_gpm_Gpm_Open" >&5 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 if test $ac_cv_lib_gpm_Gpm_Open = yes; then - : + with_gpm=yes else if test "$with_gpm" = maybe; then @@ -17379,7 +17379,7 @@ EOF fi done -if test "x$ac_cv_func_getopt" = xno && +if test "x$ac_cv_func_getopt" = xno && \ test "x$cf_with_progs$cf_with_tests" != xnono; then { { echo "$as_me:17384: error: getopt is required for building programs" >&5 echo "$as_me: error: getopt is required for building programs" >&2;}