# HG changeset patch
# User Christian Hammond <chipx86@chipx86.com>
# Date 1066087207 0
# Node ID 1a808d72caff43aa4932308385cad9d61e1030f8
# Parent  bdf0e5f711246b52fc6a422feaef84caa26ce652
[gaim-migrate @ 7829]
Hopefully, this will prevent gaim from building NSS support if the NSS libs
are detected but the header files are not.

committer: Tailor Script <tailor@pidgin.im>

diff -r bdf0e5f71124 -r 1a808d72caff configure.ac
--- a/configure.ac	Mon Oct 13 21:51:53 2003 +0000
+++ b/configure.ac	Mon Oct 13 23:20:07 2003 +0000
@@ -639,6 +639,7 @@
 			else
 				NSPR_CFLAGS=""
 				NSPR_LIBS=""
+				enable_nss="no"
 			fi
 		else
 			AC_MSG_CHECKING(for Mozilla nss3 includes)