diff --git a/configure b/configure index f0ac4ef20..1ae6b73f4 100755 --- a/configure +++ b/configure @@ -219,7 +219,9 @@ genConfigMake() { cfgwrite "TOPDIR:=$TOPDIR" cfgwrite "" - + + cfgwrite "NEEDS_GUI=no" + #cfgwrite "# print on the cmdline that this file is being used" #cfgwrite "all :: " #cfgwrite " @echo Local GNUstep config.make is active"