[cgma-dev] r2176 - cgm/trunk/m4

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Oct 28 18:49:59 CDT 2008


Author: kraftche
Date: 2008-10-28 18:49:59 -0500 (Tue, 28 Oct 2008)
New Revision: 2176

Modified:
   cgm/trunk/m4/cplusplus.m4
Log:
fix typos from when I AC_CACHE_CHECK-ized some macros

Modified: cgm/trunk/m4/cplusplus.m4
===================================================================
--- cgm/trunk/m4/cplusplus.m4	2008-10-27 18:44:34 UTC (rev 2175)
+++ cgm/trunk/m4/cplusplus.m4	2008-10-28 23:49:59 UTC (rev 2176)
@@ -26,7 +26,7 @@
                                [snl_cv_cxx_stl_in_std=no])
                 AC_LANG_RESTORE])
                 
-if test snl_cv_cxx_stl_in_std = no; then
+if test $snl_cv_cxx_stl_in_std = no; then
   CANT_USE_STD=-DCANT_USE_STD
 else
   CANT_USE_STD=
@@ -45,7 +45,7 @@
                                [snl_cv_cxx_io_in_std=no])
                 AC_LANG_RESTORE])
                 
-if test ssnl_cv_cxx_io_in_std = no; then
+if test $snl_cv_cxx_io_in_std = no; then
   CANT_USE_STD_IO=-DCANT_USE_STD_IO
 else
   CANT_USE_STD_IO=
@@ -85,7 +85,7 @@
                 rm -f $src $templ $exe
                 AC_LANG_RESTORE])
                 
-if test snl_cv_cxx_template_defs_included = yes; then
+if test $snl_cv_cxx_template_defs_included = yes; then
   TEMPLATE_DEFS_INCLUDED=-DTEMPLATE_DEFS_INCLUDED
 else
   TEMPLATE_DEFS_INCLUDED=
@@ -110,7 +110,7 @@
                 AC_LANG_RESTORE])
 
 TEMPLATE_SPECIALIZATION=
-if test $snl_cv_template_specialization=yes; then
+if test $snl_cv_template_specialization = yes; then
   TEMPLATE_SPECIALIZATION=-DTEMPLATE_SPECIALIZATION
 fi
 
@@ -134,7 +134,7 @@
                 AC_LANG_RESTORE])
 
 TEMPLATE_FUNC_SPECIALIZATION=
-if test $snl_cv_template_func_specialization=yes; then
+if test $snl_cv_template_func_specialization = yes; then
   TEMPLATE_FUNC_SPECIALIZATION=-DTEMPLATE_FUNC_SPECIALIZATION
 fi
 




More information about the cgma-dev mailing list