From: heltai Date: Thu, 17 Jul 2008 13:03:04 +0000 (+0000) Subject: Fixed bug that wouldn't make the configure process work on a mac system. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ccc94fdf412abe23fc6c58086f2c549623e402;p=dealii-svn.git 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 --- 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