summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4522ae3)
raw | patch | inline | side by side (parent: 4522ae3)
author | M. Sean Finney <seanius@users.sourceforge.net> | |
Sat, 3 Jun 2006 23:06:19 +0000 (23:06 +0000) | ||
committer | M. Sean Finney <seanius@users.sourceforge.net> | |
Sat, 3 Jun 2006 23:06:19 +0000 (23:06 +0000) |
libtool and also controlled via the --enable-rpath/--disable-rpath configure
options. furthermore keeping it in forces the rpath option on in spite of
what's passed on the configure line.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c
options. furthermore keeping it in forces the rpath option on in spite of
what's passed on the configure line.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index b6bab0a8192daf5acd62f91c3588ad0a2cb86955..27b2b40edfc2987522e2cf4f3d3c4b74ecc063a9 100644 (file)
--- a/configure.in
+++ b/configure.in
unset FOUNDINCLUDE
if test x"$with_openssl" != x"/usr" ; then
CPPFLAGS="$CPPFLAGS -I$with_openssl/include"
- # Need both to find ssl libraries and to load at runtime
- LDFLAGS="$LDFLAGS -L$with_openssl/lib -R$with_openssl/lib"
+ LDFLAGS="$LDFLAGS -L$with_openssl/lib"
fi
dnl check for openssl in $dir/include/openssl