summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-06-14 04:00:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:20 -0500
commit94f284e631e60c3a3bf1ca6a2dbb0bc2a50f76a8 (patch)
tree5fe10f1b70549acfeb6bc7fcc084d0f8f4361ea7 /source3/configure.in
parent6e631e5fb561cc60d4672e7ce450f8977541d3db (diff)
downloadsamba-94f284e631e60c3a3bf1ca6a2dbb0bc2a50f76a8.tar.gz
samba-94f284e631e60c3a3bf1ca6a2dbb0bc2a50f76a8.tar.bz2
samba-94f284e631e60c3a3bf1ca6a2dbb0bc2a50f76a8.zip
r23480: Fix DEVELOPER_CFLAGS quoting.
(This used to be commit 4cdc7eaac78f04f19f1ed738fd918862bd2f7d4c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b6d4c888fe..21f81ea1c6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6488,7 +6488,7 @@ AC_TRY_RUN([#include "${srcdir-.}/tests/summary.c"],
dnl Merge in developer cflags from now on
AC_SUBST(DEVELOPER_CFLAGS)
if test x"$krb5_developer" = x"yes" -o x"$developer" = x"yes"; then
- CFLAGS="${CFLAGS} $(DEVELOPER_CFLAGS)"
+ CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS)"
fi
builddir=`pwd`