We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ef87 commit 14f1074Copy full SHA for 14f1074
ext/phar/config.m4
@@ -19,7 +19,7 @@ if test "$PHP_PHAR" != "no"; then
19
dnl Empty variable means 'no' (for phpize builds).
20
AS_VAR_IF([PHP_OPENSSL],, [PHP_OPENSSL=no])
21
22
- AS_IF([test "$PHP_OPENSSL" != no || test "$PHP_PHAR_SSL" != no], [dnl
+ AS_IF([test "x$PHP_OPENSSL" != xno || test "x$PHP_PHAR_SSL" != xno], [dnl
23
PHP_SETUP_OPENSSL([PHAR_SHARED_LIBADD],
24
[AC_DEFINE([PHAR_HAVE_OPENSSL], [1],
25
[Define to 1 if phar extension has native OpenSSL support.])])
0 commit comments