From d4c70acfcd65decbc1e2fa8542e47e0af239f85d Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 24 Mar 2000 06:32:01 +0000 Subject: [PATCH] Botched the variable test. Sorry! git-svn-id: svn://10.0.0.236/trunk@64009 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index ab9d2e1ad45..9f2dc99ad8a 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -2229,7 +2229,7 @@ AC_CACHE_CHECK(for modern C++ template specialization syntax support, X y_x;, ac_cv_cpp_modern_specialize_template_syntax=yes, ac_cv_cpp_modern_specialize_template_syntax=no)]) -if test "$ac_cv_cpp_template_specialization" = yes ; then +if test "$ac_cv_cpp_modern_specialize_template_syntax" = yes ; then AC_DEFINE(HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX) fi