Skip to content

Commit

Permalink
Fix -rpath for macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
trondn committed Aug 27, 2011
1 parent 569decd commit 9d871c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -247,7 +247,7 @@ AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
AS_IF(test "$SUNCC" = "yes" -o "x$_myos" = "xsolaris2", AS_IF(test "$SUNCC" = "yes" -o "x$_myos" = "xsolaris2",
[saved_LDFLAGS="$saved_LDFLAGS -Wl,-R$ledir/lib"], [saved_LDFLAGS="$saved_LDFLAGS -Wl,-R$ledir/lib"],
[AS_IF(test "$GCC" = "yes", [AS_IF(test "$GCC" = "yes",
[saved_LDFLAGS="$saved_LDFLAGS -Wl,-rpath=$ledir/lib"])]) [saved_LDFLAGS="$saved_LDFLAGS -Wl,-rpath,$ledir/lib"])])
else else
ac_cv_libevent_dir="(system)" ac_cv_libevent_dir="(system)"
fi fi
Expand Down

0 comments on commit 9d871c0

Please sign in to comment.