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