From 614adda64ada214362e822ffff2d541ae8e741c9 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 16 Feb 2011 21:19:15 +0000 Subject: [PATCH] Check for libICE, needed by eggsmclient https://bugzilla.gnome.org/show_bug.cgi?id=642509 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 034926b4..10b577b0 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ if test "$with_smclient" != "no"; then AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled]) case "$with_smclient" in - xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;; + xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;; *) SMCLIENT_PKGS="" ;; esac -- 2.43.0