diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-07 16:53:46 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-07 16:53:46 +0000 |
commit | a6d93108884dc8140511bc0f2f001574fec1dbfc (patch) | |
tree | ecbb6f82b57db7cf8526f1c903724b9637712ca7 /ares/m4 | |
parent | bfc09ac2114538921f0c0473690713d689e2f2cc (diff) |
fix VAR_STRIP
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/cares-compilers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index 8af70637b..67bc904ba 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -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` ]) |