[evolution] Bug 670432 - Check for EggSMClient dependencies with pkg-config
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 670432 - Check for EggSMClient dependencies with pkg-config
- Date: Mon, 20 Feb 2012 14:20:28 +0000 (UTC)
commit 52c1fe3a0ebd72ce136b19aa7eabf7ff0499b92e
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Feb 20 09:20:05 2012 -0500
Bug 670432 - Check for EggSMClient dependencies with pkg-config
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4fd5c22..3b66fed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1251,9 +1251,9 @@ dnl *****************
dnl EggSMClient Flags
dnl *****************
if test "x$os_win32" = "xyes"; then
- EVO_SET_COMPILE_FLAGS(EGG_SMCLIENT, gtk+-3.0)
+ PKG_CHECK_MODULES([EGG_SMCLIENT], [gtk+-3.0])
else
- EVO_SET_COMPILE_FLAGS(EGG_SMCLIENT, gtk+-3.0,, -lSM -lICE)
+ PKG_CHECK_MODULES([EGG_SMCLIENT], [gtk+-3.0 ice sm])
fi
AC_SUBST(EGG_SMCLIENT_CFLAGS)
AC_SUBST(EGG_SMCLIENT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]