summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 00:18:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 13:45:45 -0800
commitccc165063c128713e5eac52ace050e38ce72de02 (patch)
treef737e81ff6f7ec9aad385be4455d98c9140db39e
parente2ffb441371eb759c512f8266ae40680518726da (diff)
Explicitly depend on libICE since ICE functions are called directly
Without this fix, once Bug 33390 removes "Requires: ice" from the sm.pc file, smproxy fails to build with undefined symbol errors for IceSetErrorHandler, IceConnectionNumber, and IceProcessMessages. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0daa9f2..98687c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ XORG_DEFAULT_OPTIONS
AC_CHECK_FUNCS([mkstemp])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(SMPROXY, sm xt xmuu)
+PKG_CHECK_MODULES(SMPROXY, [sm ice xt xmuu])
AC_CONFIG_FILES([
Makefile