[gthumb] link to ICE only if compiled with smclient



commit 41b9ac3b45eaa7f21d251ad31ceadf5dca95bf69
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Oct 27 20:54:12 2011 +0200

    link to ICE only if compiled with smclient

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 86129fe..6539962 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,6 @@ PKG_CHECK_MODULES(GTHUMB, [
 	gtk+-3.0 		>= $GTK_REQUIRED
 	gconf-2.0 		>= $GCONF_REQUIRED
 	libpng
-        ice
 ])
 AC_SUBST(GTHUMB_LIBS)
 AC_SUBST(GTHUMB_CFLAGS)
@@ -542,7 +541,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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]