diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-09 22:33:22 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-09 22:33:22 (GMT) |
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 59d61c8..4887257 100644 --- a/configure.in +++ b/configure.in | |||
@@ -395,7 +395,7 @@ else | |||
395 | with_openssl="yes" | 395 | with_openssl="yes" |
396 | 396 | ||
397 | # Needed for subsequent compiled programs | 397 | # Needed for subsequent compiled programs |
398 | LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$OPENSSL/lib" | 398 | LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$OPENSSL/lib$libsuff" |
399 | export LD_LIBRARY_PATH | 399 | export LD_LIBRARY_PATH |
400 | fi | 400 | fi |
401 | fi | 401 | fi |