Commit f79f64b6 authored by unknown's avatar unknown

Merge bk-internal:/home/bk/mysql-5.0-maint

into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint

parents c0af010f e6c8b93d
...@@ -30,8 +30,8 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [ ...@@ -30,8 +30,8 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [
OPENSSL_INCLUDE=-I$incs OPENSSL_INCLUDE=-I$incs
fi fi
# Test for libssl using all known library file endings # Test for libssl using all known library file endings
if test -f $d/libssl.a || test -f $d/libssl.so || \ if test -f $libs/libssl.a || test -f $libs/libssl.so || \
test -f $d/libssl.sl || test -f $d/libssl.dylib ; then test -f $libs/libssl.sl || test -f $libs/libssl.dylib ; then
OPENSSL_LIB=$libs OPENSSL_LIB=$libs
fi fi
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment