summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2014-09-11 12:57:53 +0000
committerAndreas Enge <andreas.enge@inria.fr>2014-09-11 12:57:53 +0000
commitfe73164a1785a4d120bd4cc563480e9ed0f75d96 (patch)
tree344e1d77a47fef9f1d044aa4dd6a29f8189d2679
parent47287c4aa88e85b7305b53544f15a7c024ab1417 (diff)
downloadmpc-git-fe73164a1785a4d120bd4cc563480e9ed0f75d96.tar.gz
Drop -Wundef.
* trunk/m4/mpc.m4: Drop -Wundef flag, since even the headers of glibc-2.19 do not pass it. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1452 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--m4/mpc.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index 78a080e..4333c4d 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -102,7 +102,6 @@ AC_DEFUN([MPC_C_CHECK_WARNINGCFLAGS], [
MPC_C_CHECK_FLAG(-Wall)
MPC_C_CHECK_FLAG(-Wextra)
MPC_C_CHECK_FLAG(-Wdeclaration-after-statement)
- MPC_C_CHECK_FLAG(-Wundef)
MPC_C_CHECK_FLAG(-Wshadow)
MPC_C_CHECK_FLAG(-Wstrict-prototypes)
MPC_C_CHECK_FLAG(-Wmissing-prototypes)