summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-01-10 15:56:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-24 15:16:38 +0000
commite2d004842193494890b139e5d199b8b1b42aeac3 (patch)
tree7760fbcfbab662ccac16a2292d7b2ac41951570f
parent5c06992e627154c3d590e890b5b7008df9384eb4 (diff)
downloaddbus-e2d004842193494890b139e5d199b8b1b42aeac3.tar.gz
Remove unnecessary changequote call
Nothing in the changequote'd environment uses square brackets anyway.
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 049a7c21..473a0f8b 100644
--- a/configure.in
+++ b/configure.in
@@ -1295,12 +1295,10 @@ case $host_os in
CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
esac
-changequote(,)dnl
# compress spaces in flags
CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'`
CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'`
CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/ +/ /g'`
-changequote([,])dnl
### Doxygen Documentation