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 <[email protected]> --- configure.ac | 2 +- 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 -- 1.7.3.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
