From b9ccc94fdf412abe23fc6c58086f2c549623e402 Mon Sep 17 00:00:00 2001 From: heltai Date: Thu, 17 Jul 2008 13:03:04 +0000 Subject: [PATCH] Fixed bug that wouldn't make the configure process work on a mac system. git-svn-id: https://svn.dealii.org/trunk@16448 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure b/deal.II/configure index 82fc0813d8..e761693a90 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -13337,7 +13337,7 @@ echo "$as_me: error: When building deal.II with shared libraries, Trilinos also fi if test "x$enableshared" = "xyes" ; then - LDFLAGS="$LDFLAGS -L$DEAL_II_TRILINOS_DIR/lib -Wl,-rpath,$DEAL_II_TRILINOS_DIR/lib" + LDFLAGS="$LDFLAGS -L$DEAL_II_TRILINOS_DIR/lib" fi -- 2.39.5