Revert "The header editor requires wxWidgets 2.8.0."

This reverts commit 1e88b396e1.
Due to the removal of wxTreebook 2.8 is not required anymore.
This commit is contained in:
Moritz Bunkus 2009-03-23 14:12:10 +01:00
parent 5c0bc93f9a
commit aa69e26421

View File

@ -7,7 +7,7 @@ dnl
AC_ARG_ENABLE([wxwidgets],
AC_HELP_STRING([--enable-wxwidgets],[compile the wxWidgets version of the GUIs (yes)]))
wxw_min_ver=2.8.0
wxw_min_ver=2.6.0
continue_wx_check=1
if ! test '(' x"$enable_wxwidgets" = xyes -o x"$enable_wxwidgets" = x ')' -a '(' x"$enable_gui" = xyes -o x"$enable_gui" = x ')'; then