]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one real and some possibly forgotten quotation marks.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Sep 2003 01:54:38 +0000 (01:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Sep 2003 01:54:38 +0000 (01:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@8000 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index e9cac0386077182b52631740165a9094129f2bcd..a2c4c8d4e532bcac3f48d48d9d6323a6681f50f6 100644 (file)
@@ -873,12 +873,12 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl
                           rather than just generating code for this
                          processor family],
       withcpu=$withval,
-      withcpu=)
+      withcpu="")
   AC_MSG_CHECKING(for CPU to optimize for)
   case "$withcpu" in
     PowerPC64)
         AC_MSG_RESULT(PowerPC64)
-       case $GXX_VERSION in
+       case "$GXX_VERSION" in
          gcc*)
              dnl Tune for this processor
              CXXFLAGSG="$CXXFLAGSG -maix64"
@@ -899,7 +899,7 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl
              LDFLAGS="$LDFLAGS -maix64"
 
              dnl And we must always link with pthreads
-             LIBS="$LIBS -lpthread
+             LIBS="$LIBS -lpthread"
               ;;
         esac
        ;;
index b371828ecb98ce163c76a126424e4f1bc203f860..da80c227d2deffc2cfddc82ad75123270732215d 100755 (executable)
@@ -7236,15 +7236,15 @@ if test "${with_cpu+set}" = set; then
   withval="$with_cpu"
   withcpu=$withval
 else
-  withcpu=
+  withcpu=""
 fi;
   echo "$as_me:$LINENO: checking for CPU to optimize for" >&5
 echo $ECHO_N "checking for CPU to optimize for... $ECHO_C" >&6
-  case $withcpu in
+  case "$withcpu" in
     PowerPC64)
         echo "$as_me:$LINENO: result: PowerPC64" >&5
 echo "${ECHO_T}PowerPC64" >&6
-       case $GXX_VERSION in
+       case "$GXX_VERSION" in
          gcc*)
                      CXXFLAGSG="$CXXFLAGSG -maix64"
              CXXFLAGSO="$CXXFLAGSO -maix64 -mpowerpc64 -mcpu=powerpc64 -mtune=powerpc64"
@@ -7258,7 +7258,7 @@ echo "${ECHO_T}PowerPC64" >&6
                              AR="$AR -X 64"
              LDFLAGS="$LDFLAGS -maix64"
 
-                     LIBS="$LIBS -lpthread
+                     LIBS="$LIBS -lpthread"
               ;;
         esac
        ;;
@@ -7266,6 +7266,7 @@ echo "${ECHO_T}PowerPC64" >&6
     *)
         echo "$as_me:$LINENO: result: none given or not recognized" >&5
 echo "${ECHO_T}none given or not recognized" >&6
+       ;;
   esac
 
 

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.