X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fconfigure.in;h=223bad0e20c702b3ab4246fe109bf30e5beccccc;hb=b35ecb17e0406b48556609207aa52e9fee15cec6;hp=07e962554423c60aa7bf2285ee0386e38555cdd1;hpb=f7340994c9dc299dd54a1b4cde949027436f1599;p=ncurses.git diff --git a/test/configure.in b/test/configure.in index 07e96255..223bad0e 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.78 2010/04/03 15:43:44 tom Exp $ +dnl $Id: configure.in,v 1.79 2010/10/23 20:26:07 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) @@ -226,7 +226,7 @@ CF_NCURSES_EXT_FUNCS AC_CACHE_CHECK(for wide-character functions,cf_cv_widechar_funcs,[ AC_TRY_LINK([ -#include <${cf_cv_ncurses_header-curses.h}>], +#include <${cf_cv_ncurses_header:-curses.h}>], [ static wchar_t src_wchar[2]; static cchar_t dst_cchar;