From c8ad537cb8040ac3c2de85695a8b38b92c441575 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 19 Mar 2001 00:21:01 +0000 Subject: Updated the checks for NSS and NSPR 2001-03-18 Jeffrey Stedfast * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8803 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ff416a9a2b..364004c292 100644 --- a/configure.in +++ b/configure.in @@ -645,7 +645,8 @@ else AC_MSG_RESULT(no) fi -AC_ARG_WITH(nss-includes, [ --with-nss-includes=PREFIX Location of Mozilla nss3 includes.]) +AC_ARG_WITH(nss-includes, [ --with-nss-includes=PREFIX Location of Mozilla nss3 includes.], + with_nss_includes="$withval", with_nss_includes="no") have_nss_includes="no" if test "x${with_nss_includes}" != "xno" -a "x${have_nspr_libs}" != "xno"; then AC_MSG_CHECKING(for Mozilla nss3 includes in $with_nss_includes) @@ -667,7 +668,8 @@ else AC_MSG_RESULT(no) fi -AC_ARG_WITH(nss-libs, [ --with-nss-libs=PREFIX Location of Mozilla nss3 libs/includes.]) +AC_ARG_WITH(nss-libs, [ --with-nss-libs=PREFIX Location of Mozilla nss3 libs/includes.], + with_nss_libs="$withval", with_nss_libs="no") msg_nss="no" if test "x${with_nss_libs}" != "xno" -a "x${have_nss_includes}" != "xno"; then LDFLAGS_save="$LDFLAGS" -- cgit v1.2.3