Mercurial > pidgin
comparison configure.ac @ 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 | c72012e40672 |
children | 296c45dd9a51 |
comparison
equal
deleted
inserted
replaced
6721:acc4376ce062 | 6722:7dd61b3efa38 |
---|---|
371 else | 371 else |
372 nss_manual_check="no" | 372 nss_manual_check="no" |
373 fi | 373 fi |
374 | 374 |
375 if test "x$nss_manual_check" = "xno"; then | 375 if test "x$nss_manual_check" = "xno"; then |
376 PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes") | 376 PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes", []) |
377 | 377 |
378 if test "x$have_nss" = "xyes"; then | 378 if test "x$have_nss" = "xyes"; then |
379 mozilla_nspr="mozilla-nspr" | 379 mozilla_nspr="mozilla-nspr" |
380 mozilla_nss="mozilla-nss" | 380 mozilla_nss="mozilla-nss" |
381 | 381 |