diff options
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/old-configure.in b/old-configure.in index a626a63ed9..a50baade18 100644 --- a/old-configure.in +++ b/old-configure.in @@ -4170,19 +4170,6 @@ dnl ======================================================== MOZ_ARG_HEADER(Compiler Options) dnl ======================================================== -dnl Check for gcc -pipe support -dnl ======================================================== -AC_MSG_CHECKING([for -pipe support]) -if test -n "$GNU_CC" -a -n "$GNU_CXX"; then - dnl Any gcc that supports firefox supports -pipe. - CFLAGS="$CFLAGS -pipe" - CXXFLAGS="$CXXFLAGS -pipe" - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi - -dnl ======================================================== dnl Profile guided optimization (gcc checks) dnl ======================================================== dnl Test for profiling options |