if eval test \$wx_cv_func_$wx_func = yes
then
- AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$wx_func])])
+ AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$wx_func]))
$2
else
:
eval "$AS_TR_SH(wx_cv_use_$1)"
if test x"$enablestring" = xdisable; then
- if test $$3 = yes; then
- result=no
- else
+ if test $$3 = no; then
result=yes
+ else
+ result=no
fi
else
result=$$3