From e2d004842193494890b139e5d199b8b1b42aeac3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Jan 2011 15:56:02 +0000 Subject: [PATCH 2/3] Remove unnecessary changequote call Nothing in the changequote'd environment uses square brackets anyway. --- configure.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 049a7c2..473a0f8 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 -- 1.7.4.1