diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:26:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:26:45 +0000 |
commit | 79a1aac7578f95bec1c4ccb42d72b2fe8bb5c979 (patch) | |
tree | a3bcda56100c9436b8d9aff17f03db870aa49da2 /gnu/usr.bin/binutils/bfd/aclocal.m4 | |
parent | 6f0dcc44234ecb5ec5f57dd9ff28e3d5c40f9e77 (diff) |
Resolve other problems that dumb cvs can't find out by itself.
(trivial part done, `interesting' patches remain)
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/aclocal.m4')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/aclocal.m4 b/gnu/usr.bin/binutils/bfd/aclocal.m4 index 6d8f96c6db4..ca9d432d712 100644 --- a/gnu/usr.bin/binutils/bfd/aclocal.m4 +++ b/gnu/usr.bin/binutils/bfd/aclocal.m4 @@ -23,7 +23,6 @@ esac])dnl dnl Get a default for CC_FOR_BUILD to put into Makefile. AC_DEFUN(BFD_CC_FOR_BUILD, [# Put a plausible default for CC_FOR_BUILD in Makefile. -AC_REQUIRE([AC_C_CROSS])dnl if test -z "$CC_FOR_BUILD"; then if test "x$cross_compiling" = "xno"; then CC_FOR_BUILD='$(CC)' |