Index: /issm/trunk/configs/macmathieu32/configure.sh
===================================================================
--- /issm/trunk/configs/macmathieu32/configure.sh	(revision 10916)
+++ /issm/trunk/configs/macmathieu32/configure.sh	(revision 10917)
@@ -1,3 +1,8 @@
 #!/bin/sh
+export FCFLAGS=" -m32"
+export FFLAGS=" -m32"
+export CFLAGS=" -arch i386"
+export CXXFLAGS=" -arch i386"
+
 ./configure \
 	--prefix=$ISSM_TIER \
@@ -21,10 +26,2 @@
 	--with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386  -DMX_COMPAT_32 -O3 -DNDEBUG -w " \
 	--with-numthreads=8
-
-#CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
-#you have headers in a nonstandard directory <include dir>
-#CPP         C preprocessor
-#CXX         C++ compiler command
-#CXXFLAGS    C++ compiler flags
-#F77         Fortran 77 compiler command
-#FFLAGS      Fortran 77 compiler flags
Index: /issm/trunk/configs/macmathieu64/configure.sh
===================================================================
--- /issm/trunk/configs/macmathieu64/configure.sh	(revision 10916)
+++ /issm/trunk/configs/macmathieu64/configure.sh	(revision 10917)
@@ -1,10 +1,6 @@
 #!/bin/sh
 
-#petsc 3.1
-#mpich 1.3
-export FCFLAGS=" -m64"
-export FFLAGS=" -m64"
-export CFLAGS=" -arch x86_64"
-export CXXFLAGS=" -arch x86_64"
+#petsc 3.2
+#mpich 1.4
 
 ./configure \
