summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 08:50:20 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 08:50:20 +0100
commit75061cb45d68ad3a7a75839a2f658813e697c55e (patch)
tree919e4e666fcab3766dbec6f9dc65beaf3b4e26e6 /configure.ac
parent20598dff258da1e96a060adba95e8e05bfdd8b3b (diff)
I no longer need to care about GCC 3.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 0dd1151c..cd3ab5a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,19 +44,6 @@ fi
# Is this gcc?
AM_CONDITIONAL(IS_GCC, test "x$GCC" = xyes)
-AC_MSG_CHECKING(for gcc that whines about -I)
-AC_EGREP_CPP(
- yes,
- [
- #if __GNUC__ > 3
- yes
- #endif
- ],
- found_gcc4=yes,
- found_gcc4=no
-)
-AM_CONDITIONAL(IS_GCC4, test "x$found_gcc4" = xyes)
-AC_MSG_RESULT($found_gcc4)
# Is this Sun CC?
AC_EGREP_CPP(