No need to define HAVE_OPENAL here.

This commit is contained in:
riccardom 2009-12-25 15:14:58 +00:00
parent 3969516d0b
commit 0649ef51f5
1 changed files with 0 additions and 1 deletions

View File

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