mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
fix VAR_STRIP
This commit is contained in:
parent
bfc09ac211
commit
a6d9310888
@ -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…
Reference in New Issue
Block a user