OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | diff -cB scummvm-1.1.1/configure scummvm-1.1.1.mod/configure |
| 2 | *** scummvm-1.1.1/configure 2010-04-01 00:51:54.000000000 +0200 |
| 3 | --- scummvm-1.1.1.mod/configure 2010-06-15 22:34:20.735635566 +0200 |
| 4 | *************** |
| 5 | *** 696,701 **** |
| 6 | --- 696,703 ---- |
| 7 | --disable-keymapper) _keymapper=no ;; |
| 8 | --enable-text-console) _text_console=yes ;; |
| 9 | --disable-text-console) _text_console=no ;; |
| 10 | + --disable-nls) ;; |
| 11 | + --disable-ipv6) ;; |
| 12 | --with-fluidsynth-prefix=*) |
| 13 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 14 | FLUIDSYNTH_CFLAGS="-I$arg/include" |
| 15 | *************** |
| 16 | *** 810,816 **** |
| 17 | engine_disable `echo $ac_option | cut -d '-' -f 4-` |
| 18 | ;; |
| 19 | *) |
| 20 | - option_error |
| 21 | ;; |
| 22 | esac; |
| 23 | done; |
| 24 | --- 812,817 ---- |
| 25 |
