From 2bfe67cabff18f68245cb4fd63debf5808cf1a81 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Thu, 1 Jul 1999 03:46:58 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@37640 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index 666959ac91f..4e99616f776 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -8218,7 +8218,7 @@ echo "$ac_t""$ac_cv_cpp_template_specialization" 1>&6 case "$target" in *-*-solaris*) if test ! "$GNU_CC"; then - if test ! -z "`${CC} -V 2>&1 | head -1 | grep '4.2'`" + if test ! -z "`${CC} -V 2>&1 | head -1 | grep '4.2'`"; then ac_cv_cpp_template_specialization=no fi fi