diff --git a/configure b/configure
index 74876f064de53849aec75310a37416640ff1b2f5..1408c840fc849a5804436a589e09d4d728b9369c 100755
--- a/configure
+++ b/configure
@@ -1394,7 +1394,7 @@ if test $targetos = darwin; then
     if test -n "`$cc -v 2>&1 | grep xlc`"; then
         add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
     else
-        add_cflags "-no-cpp-precomp -pipe"
+        add_cflags "-pipe"
         check_cflags "-force_cpusubtype_ALL"
         check_cflags "-Wno-sign-compare"
         disabled shared && add_cflags -mdynamic-no-pic