diff options
-rw-r--r-- | net-nds/openldap/files/openldap-2.6.1-system-mdb.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch b/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch index 55a2253a8fa0..ad8aaba0157a 100644 --- a/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch +++ b/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch @@ -74,7 +74,7 @@ index 9012d0b28..52dd72eb6 100644 +dnl ---------------------------------------------------------------- +ol_link_mdb=no + -+if test $ol_enable_mdb != no; then ++AS_IF([test x$ol_enable_mdb != xno], [ + OL_MDB + + if test $ol_cv_mdb = no ; then @@ -93,7 +93,7 @@ index 9012d0b28..52dd72eb6 100644 + SLAPD_LIBS="$SLAPD_LIBS \$(MDB_LIBS)" + + ol_link_mdb=yes -+fi ++]) + +dnl ---------------------------------------------------------------- + |