add except to the samples being built; verify that --enable-exceptions and --enable-no_exceptions are not used simultaneously
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9f9895a8d9
commit
2ad50b4fb3
@ -5614,7 +5614,12 @@ if test "$wxUSE_DRAGIMAGE" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$wxUSE_EXCEPTIONS" = "yes"; then
|
||||
AC_DEFINE(wxUSE_EXCEPTIONS)
|
||||
if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
|
||||
AC_MSG_WARN([--enable-exceptions can't be used with --enable-no_exceptions])
|
||||
else
|
||||
AC_DEFINE(wxUSE_EXCEPTIONS)
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
|
||||
fi
|
||||
fi
|
||||
|
||||
USE_HTML=0
|
||||
|
Loading…
Reference in New Issue
Block a user