summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-06-11 14:13:55 +0000
committerRich Megginson <rmeggins@redhat.com>2007-06-11 14:13:55 +0000
commit941ed15d730bb365a5b056b37c81eccd10ca3c61 (patch)
tree94830c92e45688df89fffc1e64387f66985923dc /Makefile.in
parent85eefc580b0dc619292325319a7bb261dd698e15 (diff)
downloadds-941ed15d730bb365a5b056b37c81eccd10ca3c61.tar.gz
ds-941ed15d730bb365a5b056b37c81eccd10ca3c61.tar.xz
ds-941ed15d730bb365a5b056b37c81eccd10ca3c61.zip
Resolves: bug 243639
Description: --with-ldapsdk-bin required for configure argument Fix Description: In m4/mozldap.m4, there is a code to check whether ldapsdk_bindir is specified, but you can't specify it except for --with-ldapsdk argument or using pkg-config. So using --with-ldapsdk-lib and --with-ldapsdk-inc requires the additional argument '--with-ldapsdk-bin'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f1b813e0..37d831c7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -874,6 +874,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
RANLIB = @RANLIB@
+SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOLARIS_FALSE = @SOLARIS_FALSE@