21 lines
825 B
Diff
21 lines
825 B
Diff
diff -up evolution-2.30.1/configure.ldaphack evolution-2.30.1/configure
|
|
--- evolution-2.30.1/configure.ldaphack 2010-04-26 05:22:50.000000000 +0200
|
|
+++ evolution-2.30.1/configure 2010-04-26 09:52:22.000000000 +0200
|
|
@@ -15791,7 +15791,7 @@ if test "${ac_cv_lib_ldap_ldap_open+set}
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lldap $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
|
|
+LIBS="-lldap -lresolv $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -16123,7 +16123,7 @@ if test "${ac_cv_lib_ldap_ldap_open+set}
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lldap $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
|
|
+LIBS="-lldap -lresolv $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|