Skip to content
Snippets Groups Projects
Commit a6d93108 authored by Yang Tse's avatar Yang Tse
Browse files

fix VAR_STRIP

parent bfc09ac2
No related branches found
No related tags found
No related merge requests found
......@@ -557,5 +557,5 @@ AC_DEFUN([CARES_VAR_STRIP], [
fi
done
dnl squeeze whitespace out of result
[$1]=`eval echo $[$1]`
[$1]=`eval echo $ac_var_stripped`
])
......@@ -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`
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment