X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=aclocal.m4;h=5049b22ff3603f7a3fe39a0fb569f2fb2cb6cc8a;hb=a43b15ac7314af2946cbf5519f4f5e5cdc5f630e;hp=45c8636710b84b580348b2644bb210aca431b649;hpb=544e945d851bf69e520a6d675bbc7e31f8919320;p=libfirm diff --git a/aclocal.m4 b/aclocal.m4 index 45c863671..5049b22ff 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -6,11 +6,8 @@ dnl $Id$ dnl Set variable `LD' to the name of the linker program. -AC_DEFUN(LIBFIRM_PROG_LD, +AC_DEFUN(LIBFIRM_PROG_LD,[ dnl AC_REQUIRE([AC_PROG_CC]) -[if test -z "$LD" && test "$GCC" = yes; then - AC_CHECK_TOOL(LD, gld, "") -fi if test -z "$LD"; then AC_CHECK_TOOL(LD, ld) fi @@ -28,6 +25,7 @@ int foo() { return 0; } EOF if eval $ac_compile && mv conftest.o conftest2.o; then cat > conftest.$ac_ext <