aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index ed2b52507d..cd7b9ca689 100755
--- a/configure
+++ b/configure
@@ -258,6 +258,7 @@ fi
if test "$_cxx_major" -ge "3" ; then
CXXFLAGS="$CXXFLAGS -ansi -W -Wno-unused-parameter"
+ _make_def_HAVE_GCC3='HAVE_GCC3 = 1'
fi;
#
@@ -539,8 +540,10 @@ CXXFLAGS := $CXXFLAGS
LIBS := $LIBS
RANLIB := $_ranlib
BACKEND := $_backend
-
MODULES += $MODULES
+
+$_make_def_HAVE_GCC3
+
INCLUDES += $INCLUDES
OBJS += $OBJS
DEFINES += $DEFINES