diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2006-06-03 23:06:19 (GMT) |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2006-06-03 23:06:19 (GMT) |
commit | 84abd4c3eafc614738a5a6bb753f12e1e1c5d153 (patch) | |
tree | 89b3da628a7f9f1509ddbb363ec8ce71f59ff364 /configure.in | |
parent | 4522ae336de629b405572c83f5bb59a68f979cc0 (diff) | |
download | monitoring-plugins-84abd4c3eafc614738a5a6bb753f12e1e1c5d153.tar.gz |
removed the -R for openssl, as it should be figured out automatically by
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b6bab0a..27b2b40 100644 --- a/configure.in +++ b/configure.in | |||
@@ -445,8 +445,7 @@ if ! test x"$with_openssl" = x"no"; then | |||
445 | unset FOUNDINCLUDE | 445 | unset FOUNDINCLUDE |
446 | if test x"$with_openssl" != x"/usr" ; then | 446 | if test x"$with_openssl" != x"/usr" ; then |
447 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" | 447 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" |
448 | # Need both to find ssl libraries and to load at runtime | 448 | LDFLAGS="$LDFLAGS -L$with_openssl/lib" |
449 | LDFLAGS="$LDFLAGS -L$with_openssl/lib -R$with_openssl/lib" | ||
450 | fi | 449 | fi |
451 | 450 | ||
452 | dnl check for openssl in $dir/include/openssl | 451 | dnl check for openssl in $dir/include/openssl |