configure.in:

remove a debug echo
snd_alsa.c:
	#include "console.h"
This commit is contained in:
Bill Currie 2000-02-04 09:52:43 +00:00
parent 7e04ceced5
commit 233984564e
2 changed files with 1 additions and 1 deletions

View file

@ -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 <stdio.h>
#include <stdlib.h>

View file

@ -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