comparison configure.ac @ 6756:cdb4acfe777f

[gaim-migrate @ 7288] This won't do squat. Ship it! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 05 Sep 2003 22:42:05 +0000
parents 6c95f01aaf49
children ddee8d7daf1b
comparison
equal deleted inserted replaced
6755:ea289c6f2382 6756:cdb4acfe777f
389 fi 389 fi
390 390
391 enable_nss="no" 391 enable_nss="no"
392 392
393 if test "x$nss_manual_check" = "xno"; then 393 if test "x$nss_manual_check" = "xno"; then
394 PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes", []) 394 PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes", have_nss="no")
395 395
396 if test "x$have_nss" = "xyes"; then 396 if test "x$have_nss" = "xyes"; then
397 mozilla_nspr="mozilla-nspr" 397 mozilla_nspr="mozilla-nspr"
398 mozilla_nss="mozilla-nss" 398 mozilla_nss="mozilla-nss"
399 399