Author: AlbrechtS Date: 2010-03-14 10:33:06 -0700 (Sun, 14 Mar 2010) New Revision: 7262 Log: *FINAL* merge of changes in main 1.3 branch (r7244 - r7261). This branch should not be modified any more (unless we start development of other incompatible changes). Please do further development in the main fltk 1.3 branch after the merge is completed.
Modified: branches/branch-1.3-Fl_Printer/ branches/branch-1.3-Fl_Printer/configure.in Property changes on: branches/branch-1.3-Fl_Printer ___________________________________________________________________ Name: merge-revision - 7244 + 7261 Modified: branches/branch-1.3-Fl_Printer/configure.in =================================================================== --- branches/branch-1.3-Fl_Printer/configure.in 2010-03-14 16:17:34 UTC (rev 7261) +++ branches/branch-1.3-Fl_Printer/configure.in 2010-03-14 17:33:06 UTC (rev 7262) @@ -67,6 +67,16 @@ AC_SUBST(ARCHFLAGS) AC_SUBST(OPTIM) +dnl in case of cross-compiling mingw32 under linux we must change uname for Win32 GUI +dnl run ./configure --host=i686-pc-ming32 try use X11 without change uname +if test "x$cross_compiling" != xno ; then + case $host_alias in + *mingw*) + uname=MINGW + ;; + esac +fi + dnl OS-specific pre-tests... dnl uname_GUI equals $uname unless we target cygwin dnl in combination with X11. _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
