summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-08 14:48:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:59 -0500
commit3010e2e1e9b9ee0abe6a926d16cabf018bc96332 (patch)
tree60cc4c103f90f90504955a2ded845d7dcf5b6b5f /source4/build
parenta865dcf02fa5e523492ba194dc6a941c2e70847a (diff)
downloadsamba-3010e2e1e9b9ee0abe6a926d16cabf018bc96332.tar.gz
samba-3010e2e1e9b9ee0abe6a926d16cabf018bc96332.tar.bz2
samba-3010e2e1e9b9ee0abe6a926d16cabf018bc96332.zip
r18273: AC_PROG_LD_GNU needs LD defined already
metze (This used to be commit 6b3d27e93e7c00d1ab70d2c82e29b99b9f666228)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_ld.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4
index f0268cc013..53e7d90019 100644
--- a/source4/build/m4/check_ld.m4
+++ b/source4/build/m4/check_ld.m4
@@ -7,7 +7,9 @@ dnl -------------------------------------------------------
dnl
AC_PATH_PROG(PROG_LD,ld)
+LD=${PROG_LD}
AC_PROG_LD_GNU
+LD=""
AC_PATH_PROG(PROG_AR, ar)
AC_SUBST(STLD)