From 5cb4a414de388fe3ab5f2c061750ab1382ab61c0 Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 25 Jun 2005 23:02:00 +0000 Subject: [PATCH] added option to disable gnustep (for OSX) git-svn-id: http://svn.opengroupware.org/SOPE/trunk@864 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 6784de0f..985b89b2 100755 --- a/configure +++ b/configure @@ -375,6 +375,10 @@ function processOption() { ARG_WITH_GNUSTEP=1 DARG_IS_FHS=0 ;; + "x--without-gnustep") + ARG_WITH_GNUSTEP=0 + DARG_IS_FHS=1 + ;; "x--enable-debug") ARG_WITH_DEBUG=1 ;; -- 2.39.5