aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4b0a700b81..e9602ad593 100644
--- a/configure.in
+++ b/configure.in
@@ -174,6 +174,9 @@ else
AC_MSG_RESULT(no)
fi
+# Create the USING_GCC variable for use in Makefile.am files
+AM_CONDITIONAL(USING_GCC, test "x$GCC" != "x")
+
#
# Add any platform-specific compiler flags needed.
#