changeset 91065:42ccab68ba53

(withfont): Set sep1 after modifying usercflags.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2007 16:03:53 +0000
parents 7d00f3adaf0d
children 7ea611dc4663
files nt/configure.bat
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/configure.bat	Sat Oct 20 23:39:19 2007 +0000
+++ b/nt/configure.bat	Sun Oct 21 16:03:53 2007 +0000
@@ -213,6 +213,7 @@
 
 :withfont
 set usercflags=%usercflags%%sep1%-DUSE_FONT_BACKEND
+set sep1= %nothing%
 set usefontbackend=Y
 shift
 goto again