From 233984564e896e9fdefb1267a916102dd69d078c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 4 Feb 2000 09:52:43 +0000 Subject: [PATCH] configure.in: remove a debug echo snd_alsa.c: #include "console.h" --- common/snd_alsa.c | 1 + configure.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/snd_alsa.c b/common/snd_alsa.c index 3b5139d..9d80a38 100644 --- a/common/snd_alsa.c +++ b/common/snd_alsa.c @@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "qtypes.h" #include "sound.h" #include "qargs.h" +#include "console.h" #include #include diff --git a/configure.in b/configure.in index c2b0d3e..86921be 100644 --- a/configure.in +++ b/configure.in @@ -123,7 +123,6 @@ fi dnl Checks for working -lm AC_CHECK_LIB(m, pow,, AC_MSG_ERROR([math library (-lm) appears broken])) -echo $enable_zlib if test "x$enable_zlib" != "xno"; then dnl Check for working -lz dnl Note - must have gztell *and* gzgets in -lz *and* zlib.h