X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fconfigure.in;h=9fac369a4c45ad4fb2ebc72a1684d7b8437af2b1;hp=66985a4e15b2b238a60ffb95f8613d85c11fa837;hb=1bdf9cf11520edfe2b931ead0335e7a1734792a8;hpb=2782cd7cf38dc9cfaa9d90b7e66792dbc7537b08;ds=sidebyside 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