Skip to content

Commit

Permalink
Fixed bug #25703 (openssl checks failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Sep 30, 2003
1 parent 8b6d6cd commit 3f415b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -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`
Expand Down

0 comments on commit 3f415b2

Please sign in to comment.