]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- misc fixes for configure.in to make it build
authorsaq <saq@pld-linux.org>
Tue, 13 Nov 2001 00:08:28 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-configure.patch -> 1.1

balsa-configure.patch [new file with mode: 0644]

diff --git a/balsa-configure.patch b/balsa-configure.patch
new file mode 100644 (file)
index 0000000..7bbe2fe
--- /dev/null
@@ -0,0 +1,18 @@
+--- configure.in~      Tue Nov 13 00:08:21 2001
++++ configure.in       Tue Nov 13 00:09:00 2001
+@@ -247,7 +247,7 @@
+ AC_MSG_CHECKING(whether to use LDAP)
+ if test x"$use_ldap" = xyes ; then
+       AC_MSG_RESULT([yes])
+-      AC_CHECK_LIB(ldap, ldap_search, AC_DEFINE(ENABLE_LDAP) LIBS="-lldap -llber $LIBS", AC_MSG_ERROR([*** You enabled LDAP but ldap library is not found.]), -llber)
++      AC_CHECK_LIB(ldap, ldap_search, AC_DEFINE(ENABLE_LDAP) LIBS="-lldap -llber -lstdc++ $LIBS", AC_MSG_ERROR([*** You enabled LDAP but ldap library is not found.]), -llber -lstdc++)
+ else
+       AC_MSG_RESULT([no])
+ fi
+--- acinclude.m4~      Tue Nov 13 00:24:14 2001
++++ acinclude.m4       Tue Nov 13 00:24:35 2001
+@@ -19,3 +19,4 @@
+    AC_DEFINE(HAVE_SIGSET_H)
+ fi
+ ])
++AC_DEFUN(GOB_CHECK,:)
This page took 0.116491 seconds and 4 git commands to generate.