From 0649ef51f5c5731a4343ac98a3498c17b21b10b1 Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 25 Dec 2009 15:14:58 +0000 Subject: [PATCH] No need to define HAVE_OPENAL here. --- desmume/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index 05e21e3b1..a4f2b307f 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -101,7 +101,6 @@ AC_ARG_ENABLE(openal, if test "x$openal" = "xyes" ; then AC_CHECK_LIB([openal], [main],[ HAVE_OPENAL=yes - AC_DEFINE(HAVE_OPENAL) LIBS="$LIBS -lopenal" ]) fi