Mention the --enable-x11 configure option is now allowed on the Mac OS platform.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10968 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2015-12-15 17:34:47 +00:00
parent 872d20ca61
commit fc89c11ddf
+3
View File
@@ -56,6 +56,9 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
- Added the libfltk target to the Xcode project producing a static version
of the FLTK library (Mac OS X).
- Restored the possibility to call Fl::set_font() before main() starts.
- Allow using the --enable-x11 configure option on the Mac OS platform
which produces an X11 version of the FLTK library (don't use that unless
you know what you do).
Bug fixes