]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ppc/configure.in
* configure: Regenerated to track ../common/aclocal.m4 changes.
[thirdparty/binutils-gdb.git] / sim / ppc / configure.in
index 1072d3e0e6f42dbba7d29ed4e8b7315f05038ffa..86e65178c419f14827430954a815496814ae068b 100644 (file)
@@ -1,4 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
 AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 
@@ -6,7 +7,6 @@ AC_PROG_INSTALL
 AC_PROG_CC
 
 # 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