Ticket #8481: scummvm-configure-touchups.patch

File scummvm-configure-touchups.patch, 1.7 KB (added by SF/vapier, 18 years ago)
  • configure

    old new  
    314314  --disable-vorbis         disable Ogg Vorbis support [autodetect]
    315315
    316316  --with-tremor-prefix=DIR Prefix where tremor is installed (optional)
    317   --disable-tremor          disable tremor support [autodetect]
     317  --disable-tremor         disable tremor support [autodetect]
    318318
    319319  --with-mad-prefix=DIR    Prefix where libmad is installed (optional)
    320320  --disable-mad            disable libmad (MP3) support [autodetect]
    321  
     321
    322322  --with-flac-prefix=DIR   Prefix where libFLAC is installed (optional)
    323323  --disable-flac           disable FLAC support [autodetect]
    324324
     
    337337  --disable-nasm           disable assembly language optimizations [autodetect]
    338338
    339339Some influential environment variables:
    340   LDFLAGS       linker flags, e.g. -L<lib dir> if you have libraries in a
    341                 nonstandard directory <lib dir>
    342   CXX           C++ compiler command
    343   CXXFLAGS      C++ compiler flags
    344   CPPFLAGS      C++ preprocessor flags, e.g. -I<include dir> if you have
    345                 headers in a nonstandard directory <include dir>
     340  LDFLAGS   linker flags, e.g. -L<lib dir> if you have libraries in a
     341            nonstandard directory <lib dir>
     342  CXX       C++ compiler command
     343  CXXFLAGS  C++ compiler flags
     344  CPPFLAGS  C++ preprocessor flags, e.g. -I<include dir> if you have
     345            headers in a nonstandard directory <include dir>
    346346
    347347EOF
    348348    exit 0
     
    430430        ZLIB_LIBS="-L$_prefix/lib"
    431431        ;;
    432432      --backend=*)
    433         _backend=`echo $ac_option | cut -d '=' -f 2`
     433        _backend=`echo $ac_option | cut -d '=' -f2`
     434        ;;
     435      --enable-debug)
     436        # debug is enabled by default
    434437        ;;
    435438      --disable-debug)
    436439        DEBFLAGS=""