CONFIGURE: fix typo

This commit is contained in:
Paweł Kołodziejski 2012-05-03 05:56:44 +02:00
parent 8543f6c1e6
commit 69e522e15e

2
configure vendored
View File

@ -878,7 +878,7 @@ for ac_option in $@; do
--disable-faad) _faad=no ;;
--enable-faad) _faad=yes ;;
--disable-fluidsynth) _fluidsynth=no ;;
//ResidualVM specific:
#ResidualVM specific option:
--enable-fluidsynth) _fluidsynth=yes ;;
--enable-readline) _readline=yes ;;
--disable-readline) _readline=no ;;