X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=c3cf1fbe754e83d0de47028dccdc4b4ca29aaafc;hp=04e09bf3e024fee38c78b2993b295dba62fa7627;hb=b793748293cd1a764b1a858455399ad899b5a8a1;hpb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3 diff --git a/configure.in b/configure.in index 04e09bf3..c3cf1fbe 100644 --- a/configure.in +++ b/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.640 2017/04/01 21:10:59 tom Exp $ +dnl $Id: configure.in,v 1.641 2017/04/13 23:35:03 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20030208) -AC_REVISION($Revision: 1.640 $) +AC_REVISION($Revision: 1.641 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1631,7 +1631,7 @@ times \ vsnprintf \ ) -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 AC_MSG_ERROR(getopt is required for building programs) fi