diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/lib/pcre/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index fe8213000..972c10682 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -4,7 +4,7 @@ if [ $PCRE != NONE ]; then CORE_DEPS="$CORE_DEPS $REGEX_DEPS" CORE_SRCS="$CORE_SRCS $REGEX_SRCS" - case $CC in + case "$CC" in cl) have=HAVE_PCRE . auto/have |
