]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Dec 1999 07:24:34 +0000 (07:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Dec 1999 07:24:34 +0000 (07:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@2045 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 87f0afda19b6cda5310916e5ea857b8577270de6..3a278beac479a6b65f781f2b34abda99f77a0f22 100755 (executable)
@@ -670,7 +670,7 @@ fi
 if test $GXX = yes ; then
   # find out the right version
   GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "gcc version"`
-  if test -n `echo $GCC_VERSION_STRING | grep egcs-1.1` ; then
+  if test -n `echo $GXX_VERSION_STRING | grep egcs-1.1` ; then
     echo "$ac_t""Found egcs-1.1" 1>&6
     GXX_VERSION=egcs1.1
   else
index 9187f3b454f3391722b8f1bd979c8e4514f3d487..c0afc6852fb49d7fcbb780abf04cb0b9b30a378d 100644 (file)
@@ -25,7 +25,7 @@ AC_PROG_CXX
 if test $GXX = yes ; then
   # find out the right version
   GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "gcc version"`
-  if test -n `echo $GCC_VERSION_STRING | grep egcs-1.1` ; then
+  if test -n `echo $GXX_VERSION_STRING | grep egcs-1.1` ; then
     AC_MSG_RESULT(Found egcs-1.1)
     GXX_VERSION=egcs1.1
   else

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.