From: Stig Venaas Date: Tue, 2 Jan 2001 22:40:03 +0000 (+0000) Subject: I think the order is wrong, switched order of ssl and crypto libs X-Git-Tag: php-4.0.5RC1~764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=348f6c609c148c2c1f17669dad521fe04cd50a2a;p=php I think the order is wrong, switched order of ssl and crypto libs --- diff --git a/acinclude.m4 b/acinclude.m4 index 59e651f6f0..bbdbb5aaf5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -36,8 +36,8 @@ AC_DEFUN(PHP_SETUP_OPENSSL,[ CPPFLAGS=$old_CPPFLAGS AC_ADD_LIBPATH($OPENSSL_DIR/lib) - AC_ADD_LIBRARY(ssl) AC_ADD_LIBRARY(crypto) + AC_ADD_LIBRARY(ssl) AC_ADD_INCLUDE($OPENSSL_INC) ])