ref: a2766bb3081db3a493ceff232c2a46d6e815ce81
parent: 444f41c6fcdf4142c6bca1c6c76df2e4603a24a8
author: evilynux <evilynux>
date: Sun Apr 29 16:27:39 EDT 2007
Fixed typo, --disble-sun-audio becomes --disable-sun-audio.
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@
dnl Check for Sun audio
AC_MSG_CHECKING([whether to try building Sun audio driver])
AC_ARG_ENABLE(sun-audio,
- AC_HELP_STRING([--disble-sun-audio], [Build Sun audio driver.]),,enable_sun_audio=yes)
+ AC_HELP_STRING([--disable-sun-audio], [Build Sun audio driver.]),,enable_sun_audio=yes)
AC_MSG_RESULT($enable_sun_audio)
if test "$enable_sun_audio" = "yes"; then
AC_CHECK_HEADERS(sys/audioio.h,,