From 4465861130dc12d5a8205db08d19f441c194f46d Mon Sep 17 00:00:00 2001 From: Martin Schaffner Date: Tue, 18 May 2004 01:52:28 +0000 Subject: [PATCH] add -no-cpp-precomp when compiling on Mac OS X --- ChangeLog | 3 +++ configure.ac | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb32b475..5fc62282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * include/d.bat, include/lst.bat, include/m.bat, include/test.c, include/test.lnk: remove unnecessary files + * configure.ac: add -no-cpp-precomp when compiling on Mac OS X. + This enables compilation with gcc 3.1 + 2004-05-17 Dietfrid Mali * main/switch.c: took care of switches triggering single-sided diff --git a/configure.ac b/configure.ac index f555e976..6bee3e9e 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,7 @@ case $host_os in #CONFIGDIR='HOME>>Library/Preferences' #CONFIGFILE='KoboDeluxe Preferences' MATHLIB="" + CFLAGS="-no-cpp-precomp $CFLAGS" ;; msdos*) MSDOS=yes -- 2.39.2