summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-17 08:56:06 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-17 08:56:06 (GMT)
commitc655a1c0115bf01738d328436b0e4c32893f5b3e (patch)
tree1f369845aab8b0c77e5c7486a95180b00d0167c3 /configure.in
parenta3bd698ef9c54c7b5a8b735a13dc8f426c94e514 (diff)
downloadmonitoring-plugins-c655a1c0115bf01738d328436b0e4c32893f5b3e.tar.gz
Fix compile problems on Solaris for pst3 and ssl libs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1392 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6556ecd..4e65c52 100644
--- a/configure.in
+++ b/configure.in
@@ -444,7 +444,7 @@ if ! test x"$with_openssl" = x"no"; then
444 unset FOUNDINCLUDE 444 unset FOUNDINCLUDE
445 if test x"$with_openssl" != x"/usr" ; then 445 if test x"$with_openssl" != x"/usr" ; then
446 CPPFLAGS="$CPPFLAGS -I$with_openssl/include" 446 CPPFLAGS="$CPPFLAGS -I$with_openssl/include"
447 LDFLAGS="$LDFLAGS -R$with_openssl/lib" 447 LDFLAGS="$LDFLAGS -L$with_openssl/lib"
448 fi 448 fi
449 449
450 dnl check for openssl in $dir/include/openssl 450 dnl check for openssl in $dir/include/openssl