1.1 --- a/configure.in Mon Jul 02 00:10:19 2001 +0000
1.2 +++ b/configure.in Mon Jul 02 00:20:29 2001 +0000
1.3 @@ -368,13 +368,12 @@
1.4 fi
1.5 }
1.6
1.7 -
1.8 dnl rcg07142001 See if the user wants the disk writer audio driver...
1.9 CheckDiskAudio()
1.10 {
1.11 AC_ARG_ENABLE(diskaudio,
1.12 -[ --enable-diskaudio support the disk writer audio driver [default=no]],
1.13 - , enable_diskaudio=no)
1.14 +[ --enable-diskaudio support the disk writer audio driver [default=yes]],
1.15 + , enable_diskaudio=yes)
1.16 if test x$enable_audio = xyes -a x$enable_diskaudio = xyes; then
1.17 CFLAGS="$CFLAGS -DDISKAUD_SUPPORT"
1.18 AUDIO_SUBDIRS="$AUDIO_SUBDIRS disk"
1.19 @@ -382,7 +381,6 @@
1.20 fi
1.21 }
1.22
1.23 -
1.24 dnl See if we can use x86 assembly blitters
1.25 CheckNASM()
1.26 {
1.27 @@ -810,8 +808,8 @@
1.28 CheckDummyVideo()
1.29 {
1.30 AC_ARG_ENABLE(video-dummy,
1.31 -[ --enable-video-dummy use dummy video driver [default=no]],
1.32 - , enable_video_dummy=no)
1.33 +[ --enable-video-dummy use dummy video driver [default=yes]],
1.34 + , enable_video_dummy=yes)
1.35 if test x$enable_video_dummy = xyes; then
1.36 CFLAGS="$CFLAGS -DENABLE_DUMMYVIDEO"
1.37 VIDEO_SUBDIRS="$VIDEO_SUBDIRS dummy"
1.38 @@ -902,7 +900,7 @@
1.39 , enable_pthreads=yes)
1.40 dnl This is used on Linux for glibc binary compatibility (Doh!)
1.41 AC_ARG_ENABLE(pthread-sem,
1.42 -[ --enable-pthread-sem use pthread semaphores [default=yes]],
1.43 +[ --enable-pthread-sem use pthread semaphores [default=yes]],
1.44 , enable_pthread_sem=yes)
1.45 ac_save_libs="$LIBS"
1.46 case "$target" in