]> code.delx.au - gnu-emacs/commitdiff
Rename --with-font-backend to --enable-font-backend
authorJason Rumney <jasonr@gnu.org>
Mon, 4 Jun 2007 21:57:45 +0000 (21:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 4 Jun 2007 21:57:45 +0000 (21:57 +0000)
for consistency with other platforms.

nt/configure.bat

index 10d45f76682c4b5ce16f97a5a3ac37b857af2e8f..123da0b21cdbc48c95860bbebd8b3d8314693667 100755 (executable)
@@ -106,7 +106,7 @@ if "%1" == "--without-jpeg" goto withoutjpeg
 if "%1" == "--without-gif" goto withoutgif\r
 if "%1" == "--without-tiff" goto withouttiff\r
 if "%1" == "--without-xpm" goto withoutxpm\r
-if "%1" == "--with-font-backend" goto withfont\r
+if "%1" == "--enable-font-backend" goto withfont\r
 if "%1" == "" goto checkutils\r
 :usage\r
 echo Usage: configure [options]\r
@@ -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\r
 echo.   --without-tiff          do not use libtiff even if it is installed\r
 echo.   --without-xpm           do not use libXpm even if it is installed\r
-echo.   --with-font-backend     use the experimental font backend\r
+echo.   --enable-font-backend   build with font backend support\r
 goto end\r
 rem ----------------------------------------------------------------------\r
 :setprefix\r