summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-12 23:23:38 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-12 23:23:38 +0000
commit2238fe5a73e98d8a25c297d8dec78dbdc0506e8e (patch)
tree63f79c5b228c76786147e739269229fd6497177b
parent2b61ecc9314d609256c9b122382719cb6648c3f2 (diff)
downloadmdk-2238fe5a73e98d8a25c297d8dec78dbdc0506e8e.tar.gz
mdk-2238fe5a73e98d8a25c297d8dec78dbdc0506e8e.tar.bz2
-traditional-cpp not needed in Darwin anymore
-rw-r--r--configure.in10
1 files 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)