Remove c&p error in configure.ac that broke alsa as default

mic implementation.
This commit is contained in:
riccardom 2009-12-21 21:17:56 +00:00
parent 76c3d62147
commit e89cfe3a49
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ HAVE_OPENAL=no
dnl - openal support
AC_ARG_ENABLE(openal,
[AC_HELP_STRING(--enable-openal, enable experimental OpenAL microphone input)],
[openal=$enableval],
[openal=yes])
if test "x$openal" = "xyes" ; then