From b8363505ff45f52d0e2f7bdd60a40e2087d17ed7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 30 Mar 2011 19:46:07 +0000 Subject: [PATCH] Monotone-Parent: cad4edcdc9e152de6c74020fb70a7a2750f5c5e6 Monotone-Revision: 99929e65b6d1dc7439f516ed53c767995107ca2b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-30T19:46:07 Monotone-Branch: ca.inverse.sogo --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"