summaryrefslogtreecommitdiff
blob: cfc7cbfd4c1491654c9ea00e460ab80f517110db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- qp10.5.orig/configure.in	2019-12-29 00:57:44.000000000 +0100
+++ qp10.5/configure.in	2020-06-25 08:53:32.610430095 +0200
@@ -209,22 +209,6 @@
 		uname \
 		)
 
-#----------------------------------------------------------------------------
-dnl Check for CPP version
-AC_MSG_CHECKING([for GCC version])
-qp_cpp_ver=[`gcc --version 2>/dev/null | head -1 | sed -e 's/^[^[:digit:]]*\([[:digit:]][^[:space:]]*\).*$/\1/'`]
-if test -n "$qp_cpp_ver"; then
-    AC_MSG_RESULT($qp_cpp_ver)
-    case "$qp_cpp_ver" in
-      2.*)
-        AC_DEFINE(GCC_VERSION_2, 1, [Whether or not the GCC is gcc 2])
-        ;;
-    esac
-else
-    AC_MSG_RESULT(not found)
-    AC_MSG_ERROR(Could not determine GCC version)
-fi
-
 #-----------------------------------------------------------------------------
 dnl Check for -fno-strict-aliasing
 AC_MSG_CHECKING([for -fno-strict-aliasing])