diff options
Diffstat (limited to 'mail/dbmail/files/patch-acinclude.m4')
-rw-r--r-- | mail/dbmail/files/patch-acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dbmail/files/patch-acinclude.m4 b/mail/dbmail/files/patch-acinclude.m4 index fcec2a2bccca..1c95e299b6d5 100644 --- a/mail/dbmail/files/patch-acinclude.m4 +++ b/mail/dbmail/files/patch-acinclude.m4 @@ -1,6 +1,6 @@ ---- acinclude.m4.orig +--- acinclude.m4.orig 2015-01-25 10:20:50 UTC +++ acinclude.m4 -@@ -236,7 +236,7 @@ if ( test [ "x$lookforldap" != "xno" ] || test [ "x$lookforauthldap" != "xno" ] +@@ -221,7 +221,7 @@ if ( test [ "x$lookforldap" != "xno" ] | dnl See if we already have the paths we need in the environment. dnl ...but only if --with-ldap was given without a specific path. if ( test [ "x$lookforldap" = "xyes" ] || test [ "x$lookforauthldap" = "xyes" ] ); then @@ -9,7 +9,7 @@ if test [ "x$LDAPLIB" != "xfailed" ]; then break fi -@@ -248,7 +248,7 @@ if ( test [ "x$lookforldap" != "xno" ] || test [ "x$lookforauthldap" != "xno" ] +@@ -233,7 +233,7 @@ if ( test [ "x$lookforldap" != "xno" ] | SAVE_CFLAGS=$CFLAGS dnl The headers might be in a funny place, so we need to use -Ipath CFLAGS="$CFLAGS -L$TEST_PATH $LDAPINC" @@ -18,7 +18,7 @@ CFLAGS=$SAVE_CFLAGS if test [ "x$LDAPLIB" != "xfailed" ]; then break 2 -@@ -262,7 +262,7 @@ if ( test [ "x$lookforldap" != "xno" ] || test [ "x$lookforauthldap" != "xno" ] +@@ -247,7 +247,7 @@ if ( test [ "x$lookforldap" != "xno" ] | AC_MSG_ERROR([Could not find LDAP library.]) else AC_DEFINE([AUTHLDAP], 1, [Define if LDAP will be used.]) |