fix VAR_STRIP

This commit is contained in:
Yang Tse
2008-10-07 16:53:46 +00:00
parent bfc09ac211
commit a6d9310888
2 changed files with 2 additions and 2 deletions

View File

@@ -549,5 +549,5 @@ AC_DEFUN([CURL_VAR_STRIP], [
fi
done
dnl squeeze whitespace out of result
[$1]=`eval echo $[$1]`
[$1]=`eval echo $ac_var_stripped`
])