]> git.sur5r.net Git - openldap/commitdiff
Regenerate with $ac_cpp instead of $CPP for BDB
authorHoward Chu <hyc@openldap.org>
Tue, 16 Sep 2008 08:14:03 +0000 (08:14 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Sep 2008 08:14:03 +0000 (08:14 +0000)
configure

index 6b46a5d6dacd5e998fab3541711d606b8bd7b6c7..0c8cc59a83de57c05a117cf6c8c4c3551b9aecf7 100755 (executable)
--- 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