* Author: Vadim Zeitlin
* Modified by:
* Created: 09.08.00
- * RCS-ID: $Id$
* Copyright: (c) 2000 Vadim Zeitlin <vadim@wxwidgets.org>
* Licence: wxWindows licence
*/
# if !wxUSE_NOTEBOOK
# ifdef __WXOSX_COCOA__
# if !wxUSE_TOOLBAR || !wxOSX_USE_NATIVE_TOOLBAR
-# error "wxUSE_PREFERENCES_EDITOR requires native toolbar in wxOSX"
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_PREFERENCES_EDITOR requires native toolbar in wxOSX"
+# else
+# undef wxUSE_PREFERENCES_EDITOR
+# define wxUSE_PREFERENCES_EDITOR 0
+# endif
# endif
# else
-# error "wxUSE_PREFERENCES_EDITOR requires wxNotebook"
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_PREFERENCES_EDITOR requires wxNotebook"
+# else
+# undef wxUSE_PREFERENCES_EDITOR
+# define wxUSE_PREFERENCES_EDITOR 0
+# endif
# endif
-# undef wxUSE_PREFERENCES_EDITOR
-# define wxUSE_PREFERENCES_EDITOR 0
# endif
#endif /* wxUSE_PREFERENCES_EDITOR */