[Nagiosplug-checkins] nagiosplug configure.in,1.190,1.191
M. Sean Finney
seanius at users.sourceforge.net
Sun Jun 4 01:06:21 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7009
Modified Files:
configure.in
Log Message:
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.
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- configure.in 30 May 2006 09:55:31 -0000 1.190
+++ configure.in 3 Jun 2006 23:06:19 -0000 1.191
@@ -445,8 +445,7 @@
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
More information about the Commits
mailing list