fixed wxUSE_CONFIG_NATIVE after setup.h changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2005-01-29 00:53:51 +00:00
parent c07e76fae4
commit 89be85c244
2 changed files with 582 additions and 303 deletions

884
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -4828,6 +4828,7 @@ if test "$wxUSE_CONFIG" = "yes" ; then
AC_MSG_WARN(wxConfig requires wxTextFile... disabled)
else
AC_DEFINE(wxUSE_CONFIG)
AC_DEFINE(wxUSE_CONFIG_NATIVE)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
fi
fi