Improve CURL_CHECK_DEF

This commit is contained in:
Yang Tse 2008-08-09 17:26:24 +00:00
parent 63818f8488
commit 4594187732
2 changed files with 9 additions and 7 deletions

View file

@ -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