aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 6c81f210474..340b383ea04 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_SRCDIR(tree.c)
AC_CONFIG_HEADER(auto-host.h:config.in)
#Set to 1 on a release branch
-is_release=
+is_release=1
# Determine the host, build, and target systems
AC_CANONICAL_BUILD
@@ -776,6 +776,10 @@ AC_SUBST(ranlib_flags)
gcc_AC_PROG_INSTALL
+# APPLE LOCAL begin Mach time
+AC_CHECK_HEADERS(mach/mach_time.h)
+# APPLE LOCAL end Mach time
+
# See if cmp has --ignore-initial.
gcc_AC_PROG_CMP_IGNORE_INITIAL