changeset 90911:89d84c7c96af

Rename --with-font-backend to --enable-font-backend for consistency with other platforms.
author Jason Rumney <jasonr@gnu.org>
date Mon, 04 Jun 2007 21:57:45 +0000
parents 96044d7774a0
children 827a7ed5a446
files nt/configure.bat
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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