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: Wed, 14 May 2008 15:24:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/05/14 15:24:04

Index: configure.bat
===================================================================
RCS file: /sources/emacs/emacs/nt/configure.bat,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- configure.bat       9 May 2008 05:14:15 -0000       1.53
+++ configure.bat       14 May 2008 15:24:01 -0000      1.54
@@ -88,7 +88,6 @@
 set doldflags=
 set sep1=
 set sep2=
-set usefontbackend=Y
 
 rem ----------------------------------------------------------------------
 rem   Handle arguments.
@@ -108,7 +107,6 @@
 if "%1" == "--without-gif" goto withoutgif
 if "%1" == "--without-tiff" goto withouttiff
 if "%1" == "--without-xpm" goto withoutxpm
-if "%1" == "--disable-font-backend" goto withoutfont
 if "%1" == "" goto checkutils
 :usage
 echo Usage: configure [options]
@@ -126,7 +124,6 @@
 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.   --disable-font-backend  build without font backend support
 goto end
 rem ----------------------------------------------------------------------
 :setprefix
@@ -213,11 +210,6 @@
 shift
 goto again
 
-:withoutfont
-set usefontbackend=N
-shift
-goto again
-
 rem ----------------------------------------------------------------------
 rem    Check that necessary utilities (cp and rm) are present.
 :checkutils
@@ -492,7 +484,6 @@
 if (%docflags%)==(Y) echo USER_CFLAGS=%usercflags%>>config.settings
 for %%v in (%userldflags%) do if not (%%v)==() set doldflags=Y
 if (%doldflags%)==(Y) echo USER_LDFLAGS=%userldflags%>>config.settings
-if (%usefontbackend%) == (Y) echo USE_FONTBACKEND=1 >>config.settings
 echo # End of settings from configure.bat>>config.settings
 echo. >>config.settings
 




reply via email to

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