summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/check_ld.m4
blob: 79a8432d11b2aacf970d41c6f69cdf2a5184f29f (plain)
1
2
3
4
5
6
7
8
9
dnl SMB Build Environment LD Checks
dnl -------------------------------------------------------
dnl  Copyright (C) Stefan (metze) Metzmacher 2004
dnl  Released under the GNU GPL
dnl -------------------------------------------------------
dnl
dnl Check if we use GNU ld
AC_PATH_PROG(LD, ld)
AC_PROG_LD_GNU