diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-23 10:20:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-23 10:20:53 +0100 |
commit | a9b4c7b31da1b98280203c61d58261d1ffbb8b77 (patch) | |
tree | 8fb39811b458890b0b34ec20144169f56a819e4d /configure.ac | |
parent | e52ad7191cc85938ff9338e8c18324bc42a80caa (diff) |
Use more conventional TRUE for KDE4_HAVE_GLIB
Change-Id: Ic0d9177a6f07f5dbe4138e9a1a7cab1389dee97c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 98d133687460..df4b75c84728 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}" |