From: Wolfgang Bangerth Date: Fri, 6 Apr 2001 13:52:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19389 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a07db049d74dd688cfd16351e584066b0a5bad;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4393 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 459703edde..692ba979b9 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -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" diff --git a/deal.II/configure.in b/deal.II/configure.in index 3b7c8f5123..9d173b3dd4 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -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