[Libreoffice-commits] core.git: configure.ac

Rene Engelhard rene at debian.org
Sun Sep 25 09:34:21 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a37301822e15ab4553487a4798d2f999d3ae887
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Sep 25 11:31:46 2016 +0200

    fix KDE4 build with KDE headers in /usr/include again
    
    Change-Id: Ie8e9a48bfe8249c8a68afeffeeaeee6be1a5dc97

diff --git a/configure.ac b/configure.ac
index 38b9b46..22c92c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11242,7 +11242,7 @@ the root of your Qt installation by exporting QT4DIR before running "configure".
     if test "x$kde4_incdir" = "xno"; then
         AC_MSG_ERROR([KDE4 headers not found.  Please specify the root of your KDE4 installation by exporting KDE4DIR before running "configure".])
     fi
-    if test "$kde_incdir" = "/usr/include"; then kde_incdir=; fi
+    if test "$kde4_incdir" = "/usr/include"; then kde4_incdir=; fi
 
     dnl Check for KDE4 libraries
     AC_MSG_CHECKING([for KDE4 libraries])


More information about the Libreoffice-commits mailing list