From c6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Jun 2004 15:56:22 +0000 Subject: r968: use sinlcude() and no function, that's more portable between autoconf versions metze (This used to be commit 9fa83ca022f2ca2e9e5d3d738beefcf9f90cfcff) --- source4/build/smb_build/check_ld.m4 | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'source4/build/smb_build/check_ld.m4') diff --git a/source4/build/smb_build/check_ld.m4 b/source4/build/smb_build/check_ld.m4 index 94311e02de..79a8432d11 100644 --- a/source4/build/smb_build/check_ld.m4 +++ b/source4/build/smb_build/check_ld.m4 @@ -4,20 +4,6 @@ dnl Copyright (C) Stefan (metze) Metzmacher 2004 dnl Released under the GNU GPL dnl ------------------------------------------------------- dnl -dnl _SMB_BUILD_CHECK_LD( -dnl 1:dummy -dnl ) - -dnl ####################################################### -dnl ### And now the implementation ### -dnl ####################################################### - -dnl _SMB_BUILD_CHECK_LD( -dnl 1:dummy -dnl ) -AC_DEFUN([_SMB_BUILD_CHECK_LD], -[ - dnl Check if we use GNU ld - AC_PATH_PROG(LD, ld) - AC_PROG_LD_GNU -]) +dnl Check if we use GNU ld +AC_PATH_PROG(LD, ld) +AC_PROG_LD_GNU -- cgit