summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 09:28:25 +0200
committerBor Kraljič2011-07-25 09:28:25 +0200
commit60996e8b8b900d11c53fb4eec4c610d09c11e49c (patch)
tree30be2358761bce545895c28220dcf925253f5823
parent4d5ce93d01f4412e4781e55365a5c4bde6df509d (diff)
apr-util: fixed dependency flags
-rwxr-xr-xlibs/apr-util/DEPENDS4
-rw-r--r--libs/apr-util/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/libs/apr-util/DEPENDS b/libs/apr-util/DEPENDS
index cbc5917fdf..48cbd8c879 100755
--- a/libs/apr-util/DEPENDS
+++ b/libs/apr-util/DEPENDS
@@ -29,6 +29,6 @@ optional_depends ODBC-MGR \
"for ODBC backend support" &&
optional_depends openldap \
- '--enable-ldap --with-ldap' \
- '' \
+ '--with-ldap' \
+ '--without-ldap' \
'for LDAP support'
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 3ba53e1fca..1c0f808757 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS: fixed dependency flags
+
2011-05-22 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.3.12