X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fconfigure.in;h=9fac369a4c45ad4fb2ebc72a1684d7b8437af2b1;hb=d998cb49bfb53bd99900fd4ed94519579bea99de;hp=66985a4e15b2b238a60ffb95f8613d85c11fa837;hpb=a7d99bb6b29485693a21c0cc70d7925f2211769c;p=ncurses.git diff --git a/test/configure.in b/test/configure.in index 66985a4e..9fac369a 100644 --- a/test/configure.in +++ b/test/configure.in @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996, etc. dnl -dnl $Id: configure.in,v 1.67 2008/09/06 22:10:23 tom Exp $ +dnl $Id: configure.in,v 1.68 2009/03/28 19:49:55 tom Exp $ dnl This is a simple configuration-script for the ncurses test programs that dnl allows the test-directory to be separately configured against a reference dnl system (i.e., sysvr4 curses) @@ -125,14 +125,12 @@ curses) CF_CURSES_LIBS ;; ncurses) - CF_NCURSES_CPPFLAGS - CF_NCURSES_LIBS + CF_NCURSES_CONFIG ;; ncursesw) cf_cv_libtype=w CF_UTF8_LIB - CF_NCURSES_CPPFLAGS(ncursesw) - CF_NCURSES_LIBS(ncursesw) + CF_NCURSES_CONFIG(ncursesw) ;; pdcurses) #(vi CF_PDCURSES_X11