From f8a8a0c6dcf71f13f83043d278643ab9ab36acda Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 25 Mar 2008 22:40:57 +0000 Subject: [PATCH] Monotone-Parent: 6ee05d0c936007b3767c0ac188a7d0d32c932d7a Monotone-Revision: 7e4ce901b4c13b7bc91a9cf02ff8ff0946502aaf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-25T22:40:57 Monotone-Branch: ca.inverse.sogo --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index eeb6af441..522a6f85f 100755 --- a/configure +++ b/configure @@ -120,6 +120,10 @@ validateGNUstepArgs() { ARG_GSMAKE="$HOME/GNUstep/Library/Makefiles/" elif test -f /usr/GNUstep/System/Library/Makefiles/GNUstep.sh; then ARG_GSMAKE="/usr/GNUstep/System/Library/Makefiles/" + elif test -f /usr/share/GNUstep/Makefiles/GNUstep.sh; then + ARG_GSMAKE="/usr/share/GNUstep/Makefiles/" + elif test -f $GNUSTEP_MAKEFILES/GNUstep.sh; then + ARG_GSMAKE="$GNUSTEP_MAKEFILES/" else echo "error: please specify a GNUstep make tree!" exit 1