From b089236578a801676c52a9a8142eafdf175178ea Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Tue, 1 Oct 2013 02:23:04 +0200 Subject: [PATCH] Remove a spurious echo in the configure script. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ebc433e..0aaffdb 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,6 @@ fi CPPFLAGS="$CPPFLAGS $cppflag" # For debugging and optimization ... overwrite default because it has both -g and -O2 -echo "$CXXFLAGS" CXXFLAGS="$cxxflag" # Check compiler and use -Wall if gnu.