# HG changeset patch # User Jason Rumney # Date 1180994265 0 # Node ID 89d84c7c96af438717318e6128e777c676f2835a # Parent 96044d7774a0536fe5e7587a3cb9b2174e7e77c5 Rename --with-font-backend to --enable-font-backend for consistency with other platforms. diff -r 96044d7774a0 -r 89d84c7c96af nt/configure.bat --- a/nt/configure.bat Mon Jun 04 21:56:58 2007 +0000 +++ b/nt/configure.bat Mon Jun 04 21:57:45 2007 +0000 @@ -106,7 +106,7 @@ if "%1" == "--without-gif" goto withoutgif if "%1" == "--without-tiff" goto withouttiff if "%1" == "--without-xpm" goto withoutxpm -if "%1" == "--with-font-backend" goto withfont +if "%1" == "--enable-font-backend" goto withfont if "%1" == "" goto checkutils :usage echo Usage: configure [options] @@ -124,7 +124,7 @@ echo. --without-gif do not use libungif even if it is installed echo. --without-tiff do not use libtiff even if it is installed echo. --without-xpm do not use libXpm even if it is installed -echo. --with-font-backend use the experimental font backend +echo. --enable-font-backend build with font backend support goto end rem ---------------------------------------------------------------------- :setprefix