[cig-commits] r17235 - seismo/3D/SPECFEM3D/trunk

pieyre at geodynamics.org pieyre at geodynamics.org
Mon Oct 4 02:49:07 PDT 2010


Author: pieyre
Date: 2010-10-04 02:49:07 -0700 (Mon, 04 Oct 2010)
New Revision: 17235

Modified:
   seismo/3D/SPECFEM3D/trunk/configure
   seismo/3D/SPECFEM3D/trunk/configure.ac
Log:
minor modif in the configure script


Modified: seismo/3D/SPECFEM3D/trunk/configure
===================================================================
--- seismo/3D/SPECFEM3D/trunk/configure	2010-10-04 09:37:39 UTC (rev 17234)
+++ seismo/3D/SPECFEM3D/trunk/configure	2010-10-04 09:49:07 UTC (rev 17235)
@@ -5088,8 +5088,8 @@
 fi
 
 
-{ echo "$as_me:$LINENO: checking wether scotch is usable" >&5
-echo $ECHO_N "checking wether scotch is usable... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking whether scotch is usable" >&5
+echo $ECHO_N "checking whether scotch is usable... $ECHO_C" >&6; }
 if test "x${scotch_lib}" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF

Modified: seismo/3D/SPECFEM3D/trunk/configure.ac
===================================================================
--- seismo/3D/SPECFEM3D/trunk/configure.ac	2010-10-04 09:37:39 UTC (rev 17234)
+++ seismo/3D/SPECFEM3D/trunk/configure.ac	2010-10-04 09:49:07 UTC (rev 17235)
@@ -103,7 +103,7 @@
 #AC_CHECK_LIB(scotcherr,SCOTCH_errorPrint ,[scotch_lib="yes"],[scotch_lib="no";LDFLAGS=${ac_save_ldflags}])
 AC_CHECK_LIB(scotch,scotchfarchinit ,[scotch_lib="yes";],[scotch_lib="no";LDFLAGS=${ac_save_ldflags}], -lscotcherr)
 
-AC_MSG_CHECKING([wether scotch is usable])
+AC_MSG_CHECKING([whether scotch is usable])
 if test "x${scotch_lib}" = "xyes"; then
  AC_DEFINE([HAVE_SCOTCH],[1],[defined if scotch is installed])
  SCOTCH_LIBS="-L${ac_scotch_libdir} -lscotch -lscotcherr"



More information about the CIG-COMMITS mailing list