diff configure.ac @ 6836:e2483c5f53bd

[gaim-migrate @ 7381] Fix to make NSS a fallback again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 14 Sep 2003 19:54:15 +0000
parents 9ffa5b5a8131
children ffc40208c1e9
line wrap: on
line diff
--- a/configure.ac	Sun Sep 14 17:09:30 2003 +0000
+++ b/configure.ac	Sun Sep 14 19:54:15 2003 +0000
@@ -450,7 +450,7 @@
 dnl # Check for NSS if it's specified, or if GNUTLS checks failed.
 dnl #
 if test "x$enable_nss" = "xyes" -o "x$enable_nss" = "xstatic" -o \
-        "x$msg_ssl" = "xno"; then
+        "x$msg_ssl" = "xNone"; then
 
 	AC_ARG_WITH(nspr-includes,
 		[  --with-nspr-includes=PREFIX     Specify location of Mozilla nspr4 includes.],