From: Howard Chu Date: Tue, 16 Sep 2008 08:14:03 +0000 (+0000) Subject: Regenerate with $ac_cpp instead of $CPP for BDB X-Git-Tag: ACLCHECK_0~1346 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8cbed38cec1dd8dd8138693e8ed3aa04f2c7bdd;p=openldap Regenerate with $ac_cpp instead of $CPP for BDB --- diff --git a/configure b/configure index 6b46a5d6da..0c8cc59a83 100755 --- a/configure +++ b/configure @@ -27471,7 +27471,7 @@ else __db_version DB_VERSION_MAJOR _ACEOF - ol_cv_bdb_major=`$CPP conftest.$ac_ext | $EGREP __db_version | $SED 's/__db_version //'` + ol_cv_bdb_major=`eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version | $SED 's/__db_version //'` fi if test $ol_cv_bdb_major = 0 ; then @@ -27501,7 +27501,7 @@ else __db_version DB_VERSION_MINOR _ACEOF - ol_cv_bdb_minor=`$CPP conftest.$ac_ext | $EGREP __db_version | $SED 's/__db_version //'` + ol_cv_bdb_minor=`eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version | $SED 's/__db_version //'` fi fi