]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Mon, 27 May 2002 11:16:13 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-configure.patch -> 1.2

balsa-configure.patch [deleted file]

diff --git a/balsa-configure.patch b/balsa-configure.patch
deleted file mode 100644 (file)
index 7bbe2fe..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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.120207 seconds and 4 git commands to generate.