X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Faclocal.m4;h=0ea83b55135771270f1b5c89e76a05f564809375;hp=577f419176a39e922d9c0303f4fde7cf00bdc8f8;hb=02f02dcd4464143580e783ae32c822d8eb8cdcbf;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/test/aclocal.m4 b/test/aclocal.m4 index 577f4191..0ea83b55 100644 --- a/test/aclocal.m4 +++ b/test/aclocal.m4 @@ -26,7 +26,7 @@ dnl sale, use or other dealings in this Software without prior written * dnl authorization. * dnl*************************************************************************** dnl -dnl $Id: aclocal.m4,v 1.119 2015/06/06 18:01:51 tom Exp $ +dnl $Id: aclocal.m4,v 1.120 2015/08/08 14:27:27 tom Exp $ dnl dnl Author: Thomas E. Dickey dnl @@ -1912,7 +1912,7 @@ printf("old\n"); ,[$1=no]) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_NCURSES_CONFIG version: 16 updated: 2015/06/06 14:00:48 +dnl CF_NCURSES_CONFIG version: 17 updated: 2015/07/07 04:22:07 dnl ----------------- dnl Tie together the configure-script macros for ncurses, preferring these in dnl order: @@ -1926,7 +1926,7 @@ AC_REQUIRE([CF_PKG_CONFIG]) cf_ncuconfig_root=ifelse($1,,ncurses,$1) cf_have_ncuconfig=no -if test "x$PKG_CONFIG" != xnone; then +if test "x${PKG_CONFIG:=none}" != xnone; then AC_MSG_CHECKING(pkg-config for $cf_ncuconfig_root) if "$PKG_CONFIG" --exists $cf_ncuconfig_root ; then AC_MSG_RESULT(yes)