comparison configure.ac @ 141:6d1f65117180 trunk

[svn] The comment probably ought to say 'enable' since that's what the command does
author asheldon
date Sun, 29 Oct 2006 01:38:56 -0700
parents 46d603abb737
children 5dfc0e491ad3
comparison
equal deleted inserted replaced
140:46d603abb737 141:6d1f65117180
386 if test "$have_adplug" = "yes"; then 386 if test "$have_adplug" = "yes"; then
387 INPUT_PLUGINS="$INPUT_PLUGINS adplug" 387 INPUT_PLUGINS="$INPUT_PLUGINS adplug"
388 fi 388 fi
389 389
390 AC_ARG_ENABLE(mplayer, 390 AC_ARG_ENABLE(mplayer,
391 [ --enable-mplayer disable mplayer plugin. (default=disabled) ], 391 [ --enable-mplayer enable mplayer plugin. (default=disabled) ],
392 [enable_mplayer=$enableval], 392 [enable_mplayer=$enableval],
393 [enable_mplayer=no] 393 [enable_mplayer=no]
394 ) 394 )
395 395
396 if test "$enable_mplayer" = "yes"; then 396 if test "$enable_mplayer" = "yes"; then