comparison 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
comparison
equal deleted inserted replaced
6835:6f22f5cc683d 6836:e2483c5f53bd
448 448
449 dnl # 449 dnl #
450 dnl # Check for NSS if it's specified, or if GNUTLS checks failed. 450 dnl # Check for NSS if it's specified, or if GNUTLS checks failed.
451 dnl # 451 dnl #
452 if test "x$enable_nss" = "xyes" -o "x$enable_nss" = "xstatic" -o \ 452 if test "x$enable_nss" = "xyes" -o "x$enable_nss" = "xstatic" -o \
453 "x$msg_ssl" = "xno"; then 453 "x$msg_ssl" = "xNone"; then
454 454
455 AC_ARG_WITH(nspr-includes, 455 AC_ARG_WITH(nspr-includes,
456 [ --with-nspr-includes=PREFIX Specify location of Mozilla nspr4 includes.], 456 [ --with-nspr-includes=PREFIX Specify location of Mozilla nspr4 includes.],
457 [with_nspr_includes="$withval"]) 457 [with_nspr_includes="$withval"])
458 458