From a1fc55d27bee93663716fe7ab16b6152b1c7efa5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 20 Apr 2006 12:31:10 +0000
Subject: INTEGRATION: CWS configure17 (1.8.14); FILE MERGED 2006/03/22
13:13:23 rene 1.8.14.1: #i61380# make it possible to disable neon, patch by
"geki"
---
neon/makefile.mk | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
(limited to 'neon')
diff --git a/neon/makefile.mk b/neon/makefile.mk
index ae1e4d50c8da..ce5ccbea2184 100644
--- a/neon/makefile.mk
+++ b/neon/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 20:01:10 $
+# last change: $Author: hr $ $Date: 2006-04-20 13:31:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,11 @@ TARGET=so_neon
@echo "Using system neon...."
.ENDIF
+.IF "$(DISABLE_NEON)" == "TRUE"
+@all:
+ @echo "neon disabled...."
+.ENDIF
+
NEON_NAME=neon-0.24.7
TARFILE_NAME=$(NEON_NAME)
--
cgit