Use more conventional TRUE for KDE4_HAVE_GLIB
Change-Id: Ic0d9177a6f07f5dbe4138e9a1a7cab1389dee97c
This commit is contained in:
parent
e52ad7191c
commit
a9b4c7b31d
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue