X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=691f20929c1dad655b268e5d71b4fa96296803f7;hp=34b5c0a191e53b14d16a8ce93f57b82fbaf7e5d8;hb=6f8ad7d77b390ee433a283e1c5175bcb67317674;hpb=027ae42953e3186daed8f3882da73de48291b606;ds=sidebyside diff --git a/configure.in b/configure.in index 34b5c0a1..691f2092 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.383 2006/12/17 01:26:06 tom Exp $ +dnl $Id: configure.in,v 1.384 2006/12/23 23:33:52 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.13.20020210) -AC_REVISION($Revision: 1.383 $) +AC_REVISION($Revision: 1.384 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1377,10 +1377,12 @@ AC_MSG_CHECKING(for library subsets) if test "$with_termlib" != no ; then LIB_SUBSETS="termlib" test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_tinfo" + test "$cf_with_progs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+programs" LIB_SUBSETS="${LIB_SUBSETS} " else LIB_SUBSETS="termlib+" test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}ext_tinfo+" + test "$cf_with_progs" = yes && LIB_SUBSETS="${LIB_SUBSETS}programs+" fi LIB_SUBSETS="${LIB_SUBSETS}base" test "$with_widec" = yes && LIB_SUBSETS="${LIB_SUBSETS}+widechar"