Explorar el Código

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

Ton Voon hace 21 años
padre
commit
b59f6b2b78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.in

+ 1 - 1
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