/[monit]/monit/configure.ac
ViewVC logotype

Diff of /monit/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by chopp, Tue Sep 16 16:13:55 2003 UTC revision 1.50 by martinp, Wed Sep 17 22:33:53 2003 UTC
# Line 311  checksslincldir() { : Line 311  checksslincldir() { :
311    
312  # Check for ssl libraries  # Check for ssl libraries
313  checkssllibdir() { :  checkssllibdir() { :
314      if test "(" -f "$1/libcrypto.so" -o -f "$1/libcrypto.a" ")"  -a \      if test "(" -f "$1/libcrypto.so" -o -f "$1/libcrypto.a" -o -f "$1/libcrypto.dylib ")"  -a \
315              "(" -f "$1/libssl.so"    -o -f "$1/libssl.a" ")" ; then              "(" -f "$1/libssl.so"    -o -f "$1/libssl.a"    -o -f "$1/libssl.dylib" ")" ; then
316          ssllibdir="$1"          ssllibdir="$1"
317          return 0          return 0
318      fi      fi

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26