1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

fix VAR_STRIP

This commit is contained in:
Yang Tse 2008-10-07 16:53:46 +00:00
parent bfc09ac211
commit a6d9310888
2 changed files with 2 additions and 2 deletions

View File

@ -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`
]) ])

View File

@ -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`
]) ])