From a60e8da2a1b976c5a904a5e92c9bd754d8bba1a0 Mon Sep 17 00:00:00 2001
From: Jose Antonio Ortega Ruiz <jao@gnu.org>
Date: Sun, 12 Mar 2006 23:23:38 +0000
Subject: -traditional-cpp not needed in Darwin anymore

---
 configure.in | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/configure.in b/configure.in
index 7a21dc8..a564100 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 #
-# $Id: configure.in,v 1.39 2005/09/20 23:12:06 jao Exp $
+# $Id: configure.in,v 1.40 2006/03/12 23:23:38 jao Exp $
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -126,11 +126,7 @@ AC_REPLACE_FUNCS(getopt_long)
 
 AM_CONDITIONAL(MAKE_GUI, test x$gui = xtrue)
 
-dnl AC_CANONICAL_HOST
-case "${host_os}" in
-darwin*) CFLAGS="$CFLAGS -Wall -traditional-cpp";;
-*)  CFLAGS="$CFLAGS -Wall";;
-esac
+CFLAGS="$CFLAGS -Wall"
 
 AC_SUBST(CFLAGS)
 
-- 
cgit v1.2.3