Browse Source

Fixed bug #25703 (openssl checks failed)

PEAR_1_4DEV
foobar 23 years ago
parent
commit
3f415b2c4b
  1. 2
      acinclude.m4

2
acinclude.m4

@ -1593,7 +1593,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
fi
dnl If pkg-config is found try using it
if test "$PHP_OPENSSL" = "yes" && test -x "$PKG_CONFIG"; then
if test "$PHP_OPENSSL" = "yes" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then
if $PKG_CONFIG --atleast-version=0.9.6 openssl; then
found_openssl=yes
OPENSSL_LIBS=`$PKG_CONFIG --libs openssl`

Loading…
Cancel
Save