XRC needs wxXML, check it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-09-23 09:14:07 +00:00
parent d2cdad17e3
commit d2ebf0b730
3 changed files with 580 additions and 294 deletions

View File

@@ -5514,9 +5514,14 @@ fi
USE_XRC=0
if test "$wxUSE_XRC" = "yes"; then
AC_DEFINE(wxUSE_XRC)
USE_XRC=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
if test "$wxUSE_XML" != "yes"; then
AC_MSG_WARN([XML library not built, XRC resources disabled])
wxUSE_XRC=no
else
AC_DEFINE(wxUSE_XRC)
USE_XRC=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
fi
fi
if test "$wxUSE_MENUS" = "yes"; then