summaryrefslogtreecommitdiffstats
path: root/libtextcat
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-05 11:06:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-05 11:06:49 +0100
commit9c57e160f7bdeaf70b10330ca0395603c575c292 (patch)
treeceec67a248959e86473000d90e5a0861fdc3d448 /libtextcat
parentDeliver the VC runtime distribuable installers into solver (diff)
downloadcore-9c57e160f7bdeaf70b10330ca0395603c575c292.tar.gz
core-9c57e160f7bdeaf70b10330ca0395603c575c292.zip
add some configure options to control external libtextcat and libtextcat data
Diffstat (limited to 'libtextcat')
-rw-r--r--libtextcat/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 01a2a6eadc36..661a49cc6e5f 100644
--- a/libtextcat/makefile.mk
+++ b/libtextcat/makefile.mk
@@ -30,6 +30,12 @@ PRJ=.
PRJNAME=libtextcat
TARGET=libtextcat
+.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
+all:
+ @echo "An already available installation of libtextcat should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
+.ENDIF
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk