diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-09 22:33:22 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-09 22:33:22 +0000 |
commit | b59f6b2b783d018ce48759c5b74a917bd14d99e0 (patch) | |
tree | 8c0cde6140224556a05f590df218cbf4330bd5e0 | |
parent | f86b400fa53a0b1edfa8999415aab181ea0dc4f8 (diff) | |
download | monitoring-plugins-b59f6b2b783d018ce48759c5b74a917bd14d99e0.tar.gz |
Include $libsuff for systems that define this (based on advice from
Daniel Stenberg)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1015 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 59d61c85..4887257d 100644 --- a/configure.in +++ b/configure.in @@ -395,7 +395,7 @@ else with_openssl="yes" # Needed for subsequent compiled programs - LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$OPENSSL/lib" + LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$OPENSSL/lib$libsuff" export LD_LIBRARY_PATH fi fi |