[Libreoffice-commits] .: configure.in

Martin Hosken mhosken at kemper.freedesktop.org
Thu Mar 10 08:07:37 PST 2011


 configure.in |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 1ac1c6bc87fc7babc8a3292890c9ecf4b3710d1b
Author: Martin Hosken <martin_hosken at sil.org>
Date:   Thu Mar 10 23:07:20 2011 +0700

    remove cmake dependency from graphite

diff --git a/configure.in b/configure.in
index 148ca31..0a0eeea 100755
--- a/configure.in
+++ b/configure.in
@@ -5223,10 +5223,6 @@ if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" = "z" -
         AC_MSG_RESULT([internal])
         SYSTEM_GRAPHITE=NO
         BUILD_TYPE="$BUILD_TYPE GRAPHITE"
-        AC_PATH_PROGS(CMAKE_CMD, [cmake]) 
-        if test -z "$CMAKE_CMD" ; then
-            AC_MSG_ERROR([Cmake not found, but needed for configuring Graphite2])
-        fi
     fi
 else
    AC_MSG_RESULT([no])


More information about the Libreoffice-commits mailing list