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
No known key found for this signature in database
GPG Key ID: A94800907AA79B36

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])
])