From f3c7efc8d2feb9a67b6fdff09f4f428125eb5b79 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 17 Dec 2010 10:43:41 +0000 Subject: The 3 objective-c++ files used for the Mac OS X support are no longer included by other files but added to the list of source files to be compiled for Mac OS X only. Support files for autoconf/configure/make, CMake and Xcode are also modified accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 843953142..311edeaea 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,11 @@ AC_INIT(src/Fl.cxx) dnl So --with-archflags option is used during "checking size of long" if test `uname` = Darwin; then CFLAGS="$CFLAGS $with_archflags" + USEMMFILES="Yes" +else + USEMMFILES="No" fi +AC_SUBST(USEMMFILES) dnl FLTK library versions... FL_MAJOR_VERSION=1 -- cgit v1.2.3