emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/configure.bat,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/nt/configure.bat,v
Date: Tue, 04 Mar 2008 17:58:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/03/04 17:58:36

Index: configure.bat
===================================================================
RCS file: /sources/emacs/emacs/nt/configure.bat,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- configure.bat       24 Feb 2008 10:09:00 -0000      1.49
+++ configure.bat       4 Mar 2008 17:58:36 -0000       1.50
@@ -89,6 +89,7 @@
 set doldflags=
 set sep1=
 set sep2=
+set usefontbackend=Y
 
 rem ----------------------------------------------------------------------
 rem   Handle arguments.
@@ -108,7 +109,7 @@
 if "%1" == "--without-gif" goto withoutgif
 if "%1" == "--without-tiff" goto withouttiff
 if "%1" == "--without-xpm" goto withoutxpm
-if "%1" == "--enable-font-backend" goto withfont
+if "%1" == "--disable-font-backend" goto withoutfont
 if "%1" == "" goto checkutils
 :usage
 echo Usage: configure [options]
@@ -126,7 +127,7 @@
 echo.   --without-gif           do not use GIF library even if it is installed
 echo.   --without-tiff          do not use TIFF library even if it is installed
 echo.   --without-xpm           do not use XPM library even if it is installed
-echo.   --enable-font-backend   build with font backend support
+echo.   --disable-font-backend  build without font backend support
 goto end
 rem ----------------------------------------------------------------------
 :setprefix
@@ -213,10 +214,8 @@
 shift
 goto again
 
-:withfont
-set usercflags=%usercflags%%sep1%-DUSE_FONT_BACKEND
-set sep1= %nothing%
-set usefontbackend=Y
+:withoutfont
+set usefontbackend=N
 shift
 goto again
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]