# HG changeset patch # User Christian Hammond # Date 1062570139 0 # Node ID 7dd61b3efa38d4cf8b288756aeb6315d40ab4fa3 # Parent acc4376ce062f18bba2324e2f38e9265a0ad9376 [gaim-migrate @ 7249] Not having NSS shouldn't make configure fail. committer: Tailor Script diff -r acc4376ce062 -r 7dd61b3efa38 configure.ac --- a/configure.ac Wed Sep 03 06:06:54 2003 +0000 +++ b/configure.ac Wed Sep 03 06:22:19 2003 +0000 @@ -373,7 +373,7 @@ fi if test "x$nss_manual_check" = "xno"; then - PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes") + PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes", []) if test "x$have_nss" = "xyes"; then mozilla_nspr="mozilla-nspr"