Explorar o código

Fix ssl lib extension for AIX - based on jmcook's pull request #10

John C. Frickson %!s(int64=10) %!d(string=hai) anos
pai
achega
47c4637a7c
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      configure
  2. 2 0
      configure.ac

+ 2 - 0
configure

@@ -4908,6 +4908,8 @@ $as_echo_n "checking for SSL libraries... " >&6; }
 				soext="dylib"
 				soext="dylib"
 			elif test "`uname -s`" = "HP-UX" ; then
 			elif test "`uname -s`" = "HP-UX" ; then
 				soext="sl"
 				soext="sl"
+			elif test "`uname -s`" = "AIX" ; then
+				soext="a"
 			else
 			else
 				soext="so"
 				soext="so"
 			fi
 			fi

+ 2 - 0
configure.ac

@@ -311,6 +311,8 @@ if test x$check_for_ssl = xyes; then
 				soext="dylib"
 				soext="dylib"
 			elif test "`uname -s`" = "HP-UX" ; then
 			elif test "`uname -s`" = "HP-UX" ; then
 				soext="sl"
 				soext="sl"
+			elif test "`uname -s`" = "AIX" ; then
+				soext="a"
 			else
 			else
 				soext="so"
 				soext="so"
 			fi
 			fi