[ooo-build-commit] .: libtextcat/makefile.mk

Caolán McNamara caolan at kemper.freedesktop.org
Tue Oct 5 03:52:47 PDT 2010


 libtextcat/makefile.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit e7730b9d5c8cb5b20f4ff95e9ed7d6029c5e00a9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 5 11:06:49 2010 +0100

    add some configure options to control external libtextcat and libtextcat data

diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 01a2a6e..661a49c 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


More information about the ooo-build-commit mailing list