From 68d05b5f18795bc5f23722afc92aac1ebc2be289 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 6 Apr 2001 13:52:13 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@4393 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 6 +++--- deal.II/configure.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5