X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=30dd037fc5d06e77ee083730af61c6cb74c9ba71;hp=d63e34ee1fc0e13e14bab2f84c7a03ab92f7e7f3;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=e23d7db3de8b85766c7c1ccf66b738870b473da2 diff --git a/configure.in b/configure.in index d63e34ee..30dd037f 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.658 2018/06/09 22:19:13 tom Exp $ +dnl $Id: configure.in,v 1.660 2018/07/14 19:04:04 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See https://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20170501) -AC_REVISION($Revision: 1.658 $) +AC_REVISION($Revision: 1.660 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -521,6 +521,7 @@ if test "$with_gpm" != no ; then CF_CHECK_GPM_WGETCH fi +CF_WITH_PCRE2 CF_WITH_SYSMOUSE # pretend that ncurses==ncursesw==ncursest @@ -855,7 +856,7 @@ NCURSES_WINT_T=0 # Check to define _XOPEN_SOURCE "automatically" CPPFLAGS_before_XOPEN="$CPPFLAGS" -CF_XOPEN_SOURCE(500) +CF_XOPEN_SOURCE(600) CPPFLAGS_after_XOPEN="$CPPFLAGS" # Work around breakage on OS X