From: Simon McVittie Date: Mon, 10 Jan 2011 15:56:02 +0000 (+0000) Subject: Remove unnecessary changequote call X-Git-Tag: dbus-1.4.8~14^2~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2d004842193494890b139e5d199b8b1b42aeac3;p=thirdparty%2Fdbus.git Remove unnecessary changequote call Nothing in the changequote'd environment uses square brackets anyway. --- diff --git a/configure.in b/configure.in index 049a7c216..473a0f8bd 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