aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 0b9802443..14fb0d3f4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -117,7 +117,7 @@ CURL_DEF_TOKEN $1
echo "DEBUG: $tmp_exp" >&6
- if test "$tmp_exp" = "$1"; then
+ if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
tmp_exp=""
echo "DEBUG: $tmp_exp" >&6
fi