Mercurial > pidgin.yaz
changeset 6722:7dd61b3efa38
[gaim-migrate @ 7249]
Not having NSS shouldn't make configure fail.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 03 Sep 2003 06:22:19 +0000 |
parents | acc4376ce062 |
children | 296c45dd9a51 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"