mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
fix VAR_STRIP
This commit is contained in:
parent
bfc09ac211
commit
a6d9310888
@ -557,5 +557,5 @@ AC_DEFUN([CARES_VAR_STRIP], [
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
dnl squeeze whitespace out of result
|
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
|
fi
|
||||||
done
|
done
|
||||||
dnl squeeze whitespace out of result
|
dnl squeeze whitespace out of result
|
||||||
[$1]=`eval echo $[$1]`
|
[$1]=`eval echo $ac_var_stripped`
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user