From 5433f02e796e2feb41700b3bfb293a504e709df3 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 11 Jun 2024 11:26:52 +0200 Subject: [PATCH] Use default argument in AS_CASE instead of pattern --- ext/curl/config.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 1d9389ef06a..786113e58a4 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -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]) ])