mirror of
https://github.com/curl/curl.git
synced 2026-06-19 23:15:38 +03:00
fix VAR_STRIP
This commit is contained in:
parent
bfc09ac211
commit
a6d9310888
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue