From 4380849ce4f77862a9431970cb61e6b827646092 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 20 Mar 2001 06:01:06 +0000 Subject: Fix ettore's fix ;-) 2001-03-19 Jeffrey Stedfast * configure.in: Fix ettore's fix ;-) svn path=/trunk/; revision=8842 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0355ae4546..84c19354c4 100644 --- a/configure.in +++ b/configure.in @@ -609,7 +609,7 @@ if test "x${with_nspr_includes}" != "xno"; then HEADERS="$with_nspr_includes/nspr.h $with_nspr_includes/prio.h" AC_CHECK_FILES($HEADERS, [ moz_nspr_includes="yes" ]) - if test "x{$moz_nspr_includes}" != "xno" -a test "x{$moz_nspr_includes}" != "x" ; then + if test "x{$moz_nspr_includes}" != "xno" -a "x{$moz_nspr_includes}" != "x" ; then have_nspr_includes="yes" NSPR_CFLAGS="-I$with_nspr_includes" fi @@ -656,7 +656,7 @@ if test "x${with_nss_includes}" != "xno" -a "x${have_nspr_libs}" != "xno"; then HEADERS="$with_nss_includes/nss.h $with_nss_includes/ssl.h $with_nss_includes/smime.h" AC_CHECK_FILES($HEADERS, [ moz_nspr_includes="yes" ]) - if test "x{$moz_nss_includes}" != "xno" -a test "x{$moz_nss_includes}" != "x"; then + if test "x{$moz_nss_includes}" != "xno" -a "x{$moz_nss_includes}" != "x"; then have_nss_includes="yes" NSS_CFLAGS="-I$with_nss_includes" else -- cgit v1.2.3