Botched the variable test. Sorry!

git-svn-id: svn://10.0.0.236/trunk@64009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 2000-03-24 06:32:01 +00:00
parent 78e7ccf835
commit d4c70acfcd

View File

@ -2229,7 +2229,7 @@ AC_CACHE_CHECK(for modern C++ template specialization syntax support,
X<Y> 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