fi
],
[
- LINE=`grep "$3" ${wx_arg_cache_file}`
+ LINE=`grep "^$3=" ${wx_arg_cache_file}`
if test "x$LINE" != x ; then
eval "DEFAULT_$LINE"
else
fi
],
[
- LINE=`grep "$3" ${wx_arg_cache_file}`
+ LINE=`grep "^$3=" ${wx_arg_cache_file}`
if test "x$LINE" != x ; then
eval "DEFAULT_$LINE"
else
fi
],
[
- LINE=`grep "$3" ${wx_arg_cache_file}`
+ LINE=`grep "^$3=" ${wx_arg_cache_file}`
if test "x$LINE" != x ; then
eval "DEFAULT_$LINE"
else
wx_cv_use_$1="$3='$enableval'"
],
[
- LINE=`grep "$3" ${wx_arg_cache_file}`
+ LINE=`grep "^$3=" ${wx_arg_cache_file}`
if test "x$LINE" != x ; then
eval "DEFAULT_$LINE"
else