From: Jason Rumney Date: Mon, 4 Jun 2007 21:57:45 +0000 (+0000) Subject: Rename --with-font-backend to --enable-font-backend X-Git-Tag: emacs-pretest-23.0.90~8295^2~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53a4961cbd869c74001204e381d8e4d4f29c1ab9;p=emacs.git Rename --with-font-backend to --enable-font-backend for consistency with other platforms. --- diff --git a/nt/configure.bat b/nt/configure.bat index 10d45f76682..123da0b21cd 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -106,7 +106,7 @@ if "%1" == "--without-jpeg" goto withoutjpeg 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-jpeg do not use jpeg-6b even if it is installed 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