[MOAB-dev] r3146 - MOAB/trunk/m4

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Fri Sep 18 14:27:32 CDT 2009


Author: kraftche
Date: 2009-09-18 14:27:31 -0500 (Fri, 18 Sep 2009)
New Revision: 3146

Modified:
   MOAB/trunk/m4/cplusplus.m4
Log:
sync autoconf stuff shared by MOAB and CGM

Modified: MOAB/trunk/m4/cplusplus.m4
===================================================================
--- MOAB/trunk/m4/cplusplus.m4	2009-09-17 19:08:57 UTC (rev 3145)
+++ MOAB/trunk/m4/cplusplus.m4	2009-09-18 19:27:31 UTC (rev 3146)
@@ -60,7 +60,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=
@@ -79,7 +79,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=
@@ -119,7 +119,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=
@@ -144,7 +144,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
 
@@ -168,7 +168,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 moab-dev mailing list