From: Emilio Pozuelo Monfort Date: Wed, 16 Feb 2011 21:19:15 +0000 (+0000) Subject: Check for libICE, needed by eggsmclient X-Git-Tag: EVINCE_2_91_90~8 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=614adda64ada214362e822ffff2d541ae8e741c9;p=evince.git Check for libICE, needed by eggsmclient https://bugzilla.gnome.org/show_bug.cgi?id=642509 --- 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