From 9e408172b37173d5c72884836fff36d8259d0d9d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 22 Feb 2008 21:14:37 +0000 Subject: [PATCH] Monotone-Parent: 65fe3a97b90cbf5428d1a613f449d9f3c48527a8 Monotone-Revision: e9ec1d1a0873444afcde4482de5bd16450455982 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-22T21:14:37 Monotone-Branch: ca.inverse.sogo --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d2cfd0fe7..a56a42789 100755 --- a/configure +++ b/configure @@ -329,6 +329,7 @@ genConfigMake() { cfgwrite "" cfgwrite "# GNUstep environment variables:"; + cfgwrite "GNUSTEP_INSTALLATION_DOMAIN=LOCAL" for i in `env | grep GNUSTEP_ | sort`; do MAKE_ASSI="`echo $i | sed s/=/:=/`" cfgwrite "${MAKE_ASSI}";