summaryrefslogtreecommitdiffstats
path: root/m4/mozldap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mozldap.m4')
-rw-r--r--m4/mozldap.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mozldap.m4 b/m4/mozldap.m4
index 6a65b176..7249c9ea 100644
--- a/m4/mozldap.m4
+++ b/m4/mozldap.m4
@@ -86,7 +86,7 @@ if test -z "$ldapsdk_inc" -o -z "$ldapsdk_lib" -o -z "$ldapsdk_libdir" -o -z "$l
fi
ldapsdk_inc=`$PKG_CONFIG --cflags-only-I $mozldappkg`
ldapsdk_lib=`$PKG_CONFIG --libs-only-L $mozldappkg`
- ldapsdk_libdir=`$PKG_CONFIG --libs-only-L $mozldappkg | sed -e s/-L// | sed -e s/\ *$//`
+ ldapsdk_libdir=`$PKG_CONFIG --libs-only-L $mozldappkg | sed -e s/-L// | sed -e s/\ .*$//`
ldapsdk_bindir=`$PKG_CONFIG --variable=bindir $mozldappkg`
AC_MSG_RESULT([using system $mozldappkg])
fi