mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Regenerate with $ac_cpp instead of $CPP for BDB
This commit is contained in:
parent
05e2aeffcb
commit
f8cbed38ce
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user