Removed warning if 1.3.x branch was detected

This commit is contained in:
Sanel Zukan 2011-08-04 08:46:05 +00:00
parent 394566a9a5
commit 5a32de2be6

View File

@ -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])