Skip to content

Commit 14f1074

Browse files
committed
Fix CS
1 parent 4b0ef87 commit 14f1074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if test "$PHP_PHAR" != "no"; then
1919
dnl Empty variable means 'no' (for phpize builds).
2020
AS_VAR_IF([PHP_OPENSSL],, [PHP_OPENSSL=no])
2121

22-
AS_IF([test "$PHP_OPENSSL" != no || test "$PHP_PHAR_SSL" != no], [dnl
22+
AS_IF([test "x$PHP_OPENSSL" != xno || test "x$PHP_PHAR_SSL" != xno], [dnl
2323
PHP_SETUP_OPENSSL([PHAR_SHARED_LIBADD],
2424
[AC_DEFINE([PHAR_HAVE_OPENSSL], [1],
2525
[Define to 1 if phar extension has native OpenSSL support.])])

0 commit comments

Comments
 (0)