]> err.no Git - sope/commitdiff
added option to disable gnustep (for OSX)
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 25 Jun 2005 23:02:00 +0000 (23:02 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 25 Jun 2005 23:02:00 +0000 (23:02 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@864 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index 6784de0fe43e29d8c98952ae95504f54a2beaa9d..985b89b216cfd8fc096c3dad61fd2f41546c9f56 100755 (executable)
--- 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
        ;;