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

Stephan Bergmann sbergman at redhat.com
Thu Feb 23 09:21:24 UTC 2017


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

New commits:
commit a9b4c7b31da1b98280203c61d58261d1ffbb8b77
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 23 10:20:53 2017 +0100

    Use more conventional TRUE for KDE4_HAVE_GLIB
    
    Change-Id: Ic0d9177a6f07f5dbe4138e9a1a7cab1389dee97c

diff --git a/configure.ac b/configure.ac
index 98d1336..df4b75c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11069,7 +11069,7 @@ int main(int argc, char **argv) {
     # Sets also KDE4_GLIB_CFLAGS/KDE4_GLIB_LIBS if successful.
     PKG_CHECK_MODULES(KDE4_GLIB,[glib-2.0 >= 2.4],
         [
-            KDE4_HAVE_GLIB=1
+            KDE4_HAVE_GLIB=TRUE
             AC_DEFINE(KDE4_HAVE_GLIB,1)
             KDE4_GLIB_CFLAGS=$(printf '%s' "$KDE4_GLIB_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
             FilterLibs "${KDE4_GLIB_LIBS}"


More information about the Libreoffice-commits mailing list