summaryrefslogtreecommitdiff
path: root/source4/lib/replace/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-06-02 08:16:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:10 -0500
commite0f3a383b4aa15980e1b91a9355fd9e802be0c97 (patch)
treed6c888dd3d6325929e84e1f09e63ed241528bdf1 /source4/lib/replace/configure.ac
parentd596200dde861f42cb989158d17abb9b693aae99 (diff)
downloadsamba-e0f3a383b4aa15980e1b91a9355fd9e802be0c97.tar.gz
samba-e0f3a383b4aa15980e1b91a9355fd9e802be0c97.tar.bz2
samba-e0f3a383b4aa15980e1b91a9355fd9e802be0c97.zip
r23306: pass down LDFLAGS to the link command in the libreplace standalone build
metze (This used to be commit 06caaf0d8d86bb05ceaac6624735283b585d995d)
Diffstat (limited to 'source4/lib/replace/configure.ac')
-rw-r--r--source4/lib/replace/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac
index 48fb7ce259..beeb77e152 100644
--- a/source4/lib/replace/configure.ac
+++ b/source4/lib/replace/configure.ac
@@ -19,4 +19,6 @@ if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wno-format-y2k"
fi
+AC_SUBST(LDFLAGS)
+
AC_OUTPUT(Makefile)