Revision 8ff9cbf7 configure

b/configure
114 114
uname_release=""
115 115
curses="yes"
116 116
nptl="yes"
117
mixemu="no"
117 118

  
118 119
# OS specific
119 120
targetos=`uname -s`
......
337 338
  ;;
338 339
  --disable-nptl) nptl="no"
339 340
  ;;
341
  --enable-mixemu) mixemu="yes"
342
  ;;
340 343
  *) echo "ERROR: unknown option $opt"; show_help="yes"
341 344
  ;;
342 345
  esac
......
428 431
echo "  --enable-esd             enable EsoundD audio driver"
429 432
echo "  --enable-fmod            enable FMOD audio driver"
430 433
echo "  --enable-dsound          enable DirectSound audio driver"
434
echo "  --enable-mixemu          enable mixer emulation"
431 435
echo "  --disable-brlapi         disable BrlAPI"
432 436
echo "  --disable-vnc-tls        disable TLS encryption for VNC server"
433 437
echo "  --disable-curses         disable curses output"
......
839 843
echo "ALSA support      $alsa"
840 844
echo "EsounD support    $esd"
841 845
echo "DSound support    $dsound"
846
echo "Mixer emulation   $mixemu"
842 847
if test "$fmod" = "yes"; then
843 848
    if test -z $fmod_lib || test -z $fmod_inc; then
844 849
        echo
......
1067 1072
  echo "CONFIG_DSOUND=yes" >> $config_mak
1068 1073
  echo "#define CONFIG_DSOUND 1" >> $config_h
1069 1074
fi
1075
if test "$mixemu" = "yes" ; then
1076
  echo "CONFIG_MIXEMU=yes" >> $config_mak
1077
  echo "#define CONFIG_MIXEMU 1" >> $config_h
1078
fi
1070 1079
if test "$fmod" = "yes" ; then
1071 1080
  echo "CONFIG_FMOD=yes" >> $config_mak
1072 1081
  echo "CONFIG_FMOD_LIB=$fmod_lib" >> $config_mak

Also available in: Unified diff