summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 658e44d)
raw | patch | inline | side by side (parent: 658e44d)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 27 Jun 2009 11:19:53 +0000 (13:19 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 27 Jun 2009 11:19:53 +0000 (13:19 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 720e46f02661a7118ec9213dafa30575665087cd..3033d4e276e8b95850b4eaca169550fc40463823 100644 (file)
--- a/configure.in
+++ b/configure.in
if test "x$TMPDIR" != "x"
then
AC_MSG_RESULT([found in $TMPDIR])
- JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR"
+ JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR -Wl,-rpath -Wl,$TMPDIR"
else
AC_MSG_RESULT([not found])
fi