From bc0cbec8a4b684d6f46c591d3feb36d62b131975 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Aug 2001 12:25:51 +0000 Subject: [PATCH] Well, revert patch as does not help... git-svn-id: https://svn.dealii.org/trunk@4894 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index 64affb48ad..7440718b3c 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -743,7 +743,7 @@ if test "x$F77" != "x" ; then F77FLAGSG="$FFLAGS -silent -g" F77FLAGSO="$FFLAGS -silent -O3 -w" F77LIBS="$F77LIBS -lF77 -lsunmath -lM77" - LDFLAGS="$LDFLAGS -L/opt/SUNWspro/lib" + LDFLAGS="$LDFLAGS" dnl If necessary, add shared lib flags if test $enableshared = yes ; then -- 2.39.5