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:
@@ -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])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user