No need to define HAVE_OPENAL here.
This commit is contained in:
parent
3969516d0b
commit
0649ef51f5
|
@ -101,7 +101,6 @@ AC_ARG_ENABLE(openal,
|
||||||
if test "x$openal" = "xyes" ; then
|
if test "x$openal" = "xyes" ; then
|
||||||
AC_CHECK_LIB([openal], [main],[
|
AC_CHECK_LIB([openal], [main],[
|
||||||
HAVE_OPENAL=yes
|
HAVE_OPENAL=yes
|
||||||
AC_DEFINE(HAVE_OPENAL)
|
|
||||||
LIBS="$LIBS -lopenal"
|
LIBS="$LIBS -lopenal"
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue