Skip to content

Commit 5433f02

Browse files
committed
Use default argument in AS_CASE instead of pattern
1 parent 1ae5443 commit 5433f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/curl/config.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ if test "$PHP_CURL" != "no"; then
1515
[*SSL*], [
1616
CURL_SSL=yes
1717
AC_MSG_RESULT([yes])
18-
],
19-
[*], [
18+
], [
2019
CURL_SSL=no
2120
AC_MSG_RESULT([no])
2221
])

0 commit comments

Comments
 (0)