]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 6 Apr 2001 13:52:13 +0000 (13:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 6 Apr 2001 13:52:13 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@4393 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 459703edde52523500d2aac209e357fc6fca412b..692ba979b9d9380fd490b01d657269a50dc30875 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.63 
+# From configure.in Revision: 1.64 
 
 
 
@@ -2293,7 +2293,7 @@ if test "x$F77" != "x" ; then
        F77_VERSION="SunF77"
        F77FLAGSG="$FFLAGS -silent -g"
        F77FLAGSO="$FFLAGS -silent -O3 -w"
-       LIBSS="$LIBS -lF77 -lsunmath -lM77"
+       LIBS="$LIBS -lF77 -lsunmath -lM77"
 
                if test $enableshared = yes ; then
          F77FLAGSG="$F77FLAGSG -PIC"
@@ -2308,7 +2308,7 @@ if test "x$F77" != "x" ; then
          F77_VERSION="MIPSproF77"
          F77FLAGSG="$FFLAGS -ansi -g"
          F77FLAGSO="$FFLAGS -O3 -woffall"
-         LIBSS="$LIBS -lftn"
+         LIBS="$LIBS -lftn"
 
                  if test $enableshared = yes ; then
            F77FLAGSG="$F77FLAGSG -shared -KPIC"
index 3b7c8f51235f847a0ca8c07b8525fb4f00b07f4d..9d173b3dd4fc0c6ecd29d9edb3610ffd01232492 100644 (file)
@@ -583,7 +583,7 @@ if test "x$F77" != "x" ; then
        F77_VERSION="SunF77"
        F77FLAGSG="$FFLAGS -silent -g"
        F77FLAGSO="$FFLAGS -silent -O3 -w"
-       LIBSS="$LIBS -lF77 -lsunmath -lM77"
+       LIBS="$LIBS -lF77 -lsunmath -lM77"
 
        dnl If necessary, add shared lib flags
        if test $enableshared = yes ; then
@@ -601,7 +601,7 @@ if test "x$F77" != "x" ; then
          F77_VERSION="MIPSproF77"
          F77FLAGSG="$FFLAGS -ansi -g"
          F77FLAGSO="$FFLAGS -O3 -woffall"
-         LIBSS="$LIBS -lftn"
+         LIBS="$LIBS -lftn"
 
          dnl If necessary, add shared lib flags
          if test $enableshared = yes ; then

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.