15 lines
484 B
Diff
15 lines
484 B
Diff
--- php-5.5.0beta2/acinclude.m4.old 2013-03-28 10:00:02.755797575 +0100
|
|
+++ php-5.5.0beta2/acinclude.m4 2013-03-28 10:00:57.000941535 +0100
|
|
@@ -2342,8 +2342,10 @@
|
|
AC_MSG_ERROR([OpenSSL version 0.9.6 or greater required.])
|
|
fi
|
|
|
|
- if test -n "$OPENSSL_LIBS" && test -n "$OPENSSL_INCS"; then
|
|
+ if test -n "$OPENSSL_LIBS"; then
|
|
PHP_EVAL_LIBLINE($OPENSSL_LIBS, $1)
|
|
+ fi
|
|
+ if test -n "$OPENSSL_INCS"; then
|
|
PHP_EVAL_INCLINE($OPENSSL_INCS)
|
|
fi
|
|
fi
|