From 7cf51bef85b1faf8bd12e97cb2b98b9d1a0b4a4e Mon Sep 17 00:00:00 2001 From: "dmose%netscape.com" Date: Wed, 27 Mar 2002 09:35:13 +0000 Subject: [PATCH] Pass --with-mozilla to LDAP C SDK subconfigure; this should fix the slag tinderbox bustage --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 61760b1adba8..29ff36676165 100644 --- a/configure.in +++ b/configure.in @@ -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