diff --git a/configure.in b/configure.in index e4e9cef..001cfca 100644 --- a/configure.in +++ b/configure.in @@ -151,8 +151,8 @@ if test -n "$FLTK_CONFIG"; then AC_MSG_RESULT(yes) ;; dnl check for FLTK 1.3.x branch - ["1.3."[01]]) - AC_MSG_RESULT([yes... Looks like you have unstable FLTK branch ($fltk_version). EDE is not well tested with these FLTK versions]) + ["1.3."[0123456789]]) + AC_MSG_RESULT(yes) ;; *) AC_MSG_ERROR([Looks like you have an older FLTK version ($fltk_version). Required is >= 1.1.7])