mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 22:26:24 +00:00
Monotone-Parent: 6ee05d0c936007b3767c0ac188a7d0d32c932d7a
Monotone-Revision: 7e4ce901b4c13b7bc91a9cf02ff8ff0946502aaf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-25T22:40:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user