]> www.fi.muni.cz Git - evince.git/commitdiff
Check for libICE, needed by eggsmclient
authorEmilio Pozuelo Monfort <pochu27@gmail.com>
Wed, 16 Feb 2011 21:19:15 +0000 (21:19 +0000)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 17 Feb 2011 08:04:57 +0000 (09:04 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=642509

configure.ac

index 034926b4774a98165f30b68cb01d947a989b9b45..10b577b087e985a89dc0184dcc07bbcf21af35a3 100644 (file)
@@ -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