1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Use default argument in AS_CASE instead of pattern

This commit is contained in:
Peter Kokot
2024-06-11 11:26:52 +02:00
parent 1ae544330c
commit 5433f02e79

View File

@@ -15,8 +15,7 @@ if test "$PHP_CURL" != "no"; then
[*SSL*], [
CURL_SSL=yes
AC_MSG_RESULT([yes])
],
[*], [
], [
CURL_SSL=no
AC_MSG_RESULT([no])
])