Update of /cvsroot/gaim/gaim
In directory sc8-pr-cvs1:/tmp/cvs-serv3276
Modified Files:
configure.ac
Log Message:
Hopefully, this will prevent gaim from building NSS support if the NSS libs
are detected but the header files are not.
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -p -r1.194 -r1.195
--- configure.ac 11 Oct 2003 01:43:52 -0000 1.194
+++ configure.ac 13 Oct 2003 23:20:07 -0000 1.195
@@ -639,6 +639,7 @@ if test "x$enable_nss" != "xno"; then
else
NSPR_CFLAGS=""
NSPR_LIBS=""
+ enable_nss="no"
fi
else
AC_MSG_CHECKING(for Mozilla nss3 includes)
|