Remove unnecessary changequote call
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 10 Jan 2011 15:56:02 +0000 (15:56 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 24 Feb 2011 15:16:38 +0000 (15:16 +0000)
Nothing in the changequote'd environment uses square brackets anyway.

configure.in

index 049a7c2..473a0f8 100644 (file)
@@ -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