summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/mpc.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index b2ec2ce..861bef9 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -91,10 +91,6 @@ AC_DEFUN([MPC_C_CHECK_WARNINGCFLAGS], [
AC_REQUIRE([AC_PROG_GREP])
if echo $VERSION | grep -c dev >/dev/null 2>&1 ; then
if test "x$GCC" = "xyes" -a "x$compiler" != "xicc" -a "x$compiler" != "xg++"; then
- case $host in
- *darwin*) ;;
- *) MPC_C_CHECK_FLAG(-D_FORTIFY_SOURCE=2,$1) ;;
- esac
MPC_C_CHECK_FLAG(-g)
MPC_C_CHECK_FLAG(-std=c99)
MPC_C_CHECK_FLAG(-pedantic)