projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e54fe
)
Include gmodule-2.0 to avoid linker errors
author
David Zeuthen
<zeuthen@gmail.com>
Wed, 14 Nov 2012 19:29:16 +0000
(14:29 -0500)
committer
David Zeuthen
<zeuthen@gmail.com>
Wed, 14 Nov 2012 19:29:16 +0000
(14:29 -0500)
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
ecf56f1
..
fefde5d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-122,7
+122,7
@@
if test "x$GCC" = "xyes"; then
changequote([,])dnl
fi
-PKG_CHECK_MODULES(GLIB, [gio-2.0 >= 2.30.0])
+PKG_CHECK_MODULES(GLIB, [g
module-2.0 g
io-2.0 >= 2.30.0])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)