From 7c1ff354105e2256d7904497d8e282ccec53d2e6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 29 Mar 2002 17:32:55 +0000 Subject: Upgrade to Autoconf version 2.53. Replaced many custom macro calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future. --- config/programs.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/programs.m4') diff --git a/config/programs.m4 b/config/programs.m4 index e60242a888..42104de91c 100644 --- a/config/programs.m4 +++ b/config/programs.m4 @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/config/programs.m4,v 1.7 2001/08/28 14:59:11 petere Exp $ +# $Header: /cvsroot/pgsql/config/programs.m4,v 1.8 2002/03/29 17:32:54 petere Exp $ # PGAC_PATH_FLEX @@ -106,7 +106,7 @@ LIBS=$pgac_save_LIBS ])[]dnl AC_CACHE_VAL if test "$pgac_cv_check_readline" != no ; then - AC_DEFINE(HAVE_LIBREADLINE) + AC_DEFINE(HAVE_LIBREADLINE, 1, [Define if you have a function readline library]) LIBS="$pgac_cv_check_readline $LIBS" AC_MSG_RESULT([yes ($pgac_cv_check_readline)]) else -- cgit v1.2.1