mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed warning if 1.3.x branch was detected
This commit is contained in:
parent
394566a9a5
commit
5a32de2be6
@ -151,8 +151,8 @@ if test -n "$FLTK_CONFIG"; then
|
|||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
;;
|
;;
|
||||||
dnl check for FLTK 1.3.x branch
|
dnl check for FLTK 1.3.x branch
|
||||||
["1.3."[01]])
|
["1.3."[0123456789]])
|
||||||
AC_MSG_RESULT([yes... Looks like you have unstable FLTK branch ($fltk_version). EDE is not well tested with these FLTK versions])
|
AC_MSG_RESULT(yes)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Looks like you have an older FLTK version ($fltk_version). Required is >= 1.1.7])
|
AC_MSG_ERROR([Looks like you have an older FLTK version ($fltk_version). Required is >= 1.1.7])
|
||||||
|
Loading…
Reference in New Issue
Block a user