[gedit] Link against libICE
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Link against libICE
- Date: Sat, 22 Jan 2011 19:13:30 +0000 (UTC)
commit 50d3b6e0dcc926a5e6ebd851f193c7425f09f6e3
Author: Michael Biebl <biebl debian org>
Date: Sat Jan 22 20:12:33 2011 +0100
Link against libICE
eggsmclient-xsmp uses libICE so we explicitly need to link against it to not
fail with stricter linkers like binutils-gold
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 57200cc..1ba6ebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,6 +318,7 @@ if test "$os_osx" = "no" &&
test "$os_win32" = "no"; then
PKG_CHECK_MODULES(EGG_SMCLIENT, [
sm >= 1.0.0
+ ice
])
else
EGG_SMCLIENT_CFLAGS=
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]