]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove code dealing with --disable-font-backend.
authorJason Rumney <jasonr@gnu.org>
Wed, 14 May 2008 15:24:21 +0000 (15:24 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 14 May 2008 15:24:21 +0000 (15:24 +0000)
nt/ChangeLog
nt/configure.bat

index 6b0ad30b6964e70bdb81fd6f6902f06636b8fa6c..cfc73033208fcb00a37beed4622a9836e64cc3cc 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-14  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Remove code dealing with --disable-font-backend.
+
 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
index a26f369f0b85abe87278cdbd72a0967d342b986a..957ed14b9497f171f877d53e8dd669fc64f5cfaf 100755 (executable)
@@ -88,7 +88,6 @@ set userldflags=
 set doldflags=\r
 set sep1=\r
 set sep2=\r
-set usefontbackend=Y\r
 \r
 rem ----------------------------------------------------------------------\r
 rem   Handle arguments.\r
@@ -108,7 +107,6 @@ 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" == "--disable-font-backend" goto withoutfont\r
 if "%1" == "" goto checkutils\r
 :usage\r
 echo Usage: configure [options]\r
@@ -126,7 +124,6 @@ echo.   --without-jpeg          do not use JPEG library even if it is installed
 echo.   --without-gif           do not use GIF library even if it is installed\r
 echo.   --without-tiff          do not use TIFF library even if it is installed\r
 echo.   --without-xpm           do not use XPM library even if it is installed\r
-echo.   --disable-font-backend  build without font backend support\r
 goto end\r
 rem ----------------------------------------------------------------------\r
 :setprefix\r
@@ -213,11 +210,6 @@ set HAVE_XPM=
 shift\r
 goto again\r
 \r
-:withoutfont\r
-set usefontbackend=N\r
-shift\r
-goto again\r
-\r
 rem ----------------------------------------------------------------------\r
 rem    Check that necessary utilities (cp and rm) are present.\r
 :checkutils\r
@@ -492,7 +484,6 @@ for %%v in (%usercflags%) do if not (%%v)==() set docflags=Y
 if (%docflags%)==(Y) echo USER_CFLAGS=%usercflags%>>config.settings\r
 for %%v in (%userldflags%) do if not (%%v)==() set doldflags=Y\r
 if (%doldflags%)==(Y) echo USER_LDFLAGS=%userldflags%>>config.settings\r
-if (%usefontbackend%) == (Y) echo USE_FONTBACKEND=1 >>config.settings\r
 echo # End of settings from configure.bat>>config.settings\r
 echo. >>config.settings\r
 \r