aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 22:59:34 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 22:59:34 +0000
commit627d7bdfdca723de0f8e7c20c825d395f03cfe53 (patch)
treeba73e617e78f6f848a0e78ae80ff58e81186399a /gcc/configure.ac
parent86248a4b2696dd0f45ceabfd239e870ba0d36c89 (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-1741
'apple-gcc-1741'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/apple-gcc-1741@80931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 39d6b8e3674..9de04d65bfb 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -632,6 +632,9 @@ gcc_AC_PROG_LN_S
AC_PROG_RANLIB
gcc_AC_PROG_INSTALL
+# APPLE LOCAL Mach time
+AC_CHECK_HEADERS(mach/mach_time.h)
+
# See if cmp has --ignore-initial.
gcc_AC_PROG_CMP_IGNORE_INITIAL