Pass --with-mozilla to LDAP C SDK subconfigure; this should fix the slag tinderbox bustage

git-svn-id: svn://10.0.0.236/trunk@117637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%netscape.com
2002-03-27 09:35:13 +00:00
parent cd3ede4427
commit 162aa70a52

View File

@@ -4627,7 +4627,7 @@ if test "$MOZ_LDAP_XPCOM"; then
mkdir "directory/c-sdk/ldap"
fi
ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss"
ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss --with-mozilla"
if test -n "$HAVE_64BIT_OS"; then
ac_configure_args="$ac_configure_args --enable-64bit"
fi