mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Use default argument in AS_CASE instead of pattern
This commit is contained in:
parent
1ae544330c
commit
5433f02e79
@ -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])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user