diff options
author | Eugene Sandulenko | 2009-08-22 15:11:50 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-08-22 15:11:50 +0000 |
commit | bed3980ab13e45c9c08e46668769283ec371c171 (patch) | |
tree | f738a1f69b216b99b5f97e2700b7aae92906bdd8 | |
parent | 9cd264ff8532b26ed0d3276ed9f23522ad458097 (diff) | |
download | scummvm-rg350-bed3980ab13e45c9c08e46668769283ec371c171.tar.gz scummvm-rg350-bed3980ab13e45c9c08e46668769283ec371c171.tar.bz2 scummvm-rg350-bed3980ab13e45c9c08e46668769283ec371c171.zip |
Move new configure key to more appropriate place
svn-id: r43653
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -588,6 +588,7 @@ $engines_help --disable-hq-scalers exclude HQ2x and HQ3x scalers --disable-scalers exclude scalers --enable-text-console use text console instead of graphical console + --enable-verbose-build enable regular echoing of commands during build process Optional Libraries: --with-alsa-prefix=DIR Prefix where alsa is installed (optional) @@ -621,7 +622,7 @@ Optional Libraries: --disable-nasm disable assembly language optimizations [autodetect] --with-readline-prefix=DIR Prefix where readline is installed (optional) - --disable-readline disable readline support in text console [autodetect] --enable-verbose-build enable regular echoing of commands during build process + --disable-readline disable readline support in text console [autodetect] Some influential environment variables: LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |