diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-07 03:55:56 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-07 03:55:56 +0000 |
commit | 90a10a551076bdbf1ec24ceecc83cd36d620abcc (patch) | |
tree | a93a81b5ebf12843c74af98465c1a2b467869173 /sim/configure.in | |
parent | fa2c4f1c5af199df2631e32dba1d10381049eef6 (diff) | |
download | gdb-90a10a551076bdbf1ec24ceecc83cd36d620abcc.tar.gz |
import gdb-1999-12-06 snapshotgdb-1999-12-06
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/configure.in b/sim/configure.in index ce47feda2f4..8bee260306c 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.12.1)dnl +AC_PREREQ(2.13)dnl AC_INIT(Makefile.in) AC_PROG_CC @@ -18,7 +18,6 @@ AC_SUBST(AR) AC_PROG_RANLIB # Put a plausible default for CC_FOR_BUILD in Makefile. -AC_C_CROSS if test "x$cross_compiling" = "xno"; then CC_FOR_BUILD='$(CC)' else |