[nautilus/gnome-2-32] build: remove useless unique dependency



commit cfac22dd9fe8f78c8bc0eae5a300f3985186c0ad
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Aug 14 02:10:39 2010 +0200

    build: remove useless unique dependency
    
    This was something I missed from the 2.32 cherry-pick.

 configure.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 74cb3ed..15bc4a7 100644
--- a/configure.in
+++ b/configure.in
@@ -68,7 +68,6 @@ PKG_CHECK_MODULES(ALL, [
 	gtk+-2.0		>= gtk_minver
 	libxml-2.0		>= xml_minver
 	gail			>= gail_minver
-	unique-1.0
 ])
 dnl ==========================================================================
 
@@ -336,7 +335,7 @@ LIBNAUTILUS_EXTENSION_LIBS="`$PKG_CONFIG --libs $LIBNAUTILUS_EXTENSION_MODULES`"
 AC_SUBST(LIBNAUTILUS_EXTENSION_LIBS)
 
 dnl core nautilus
-CORE_MODULES="glib-2.0 gnome-desktop-2.0 gthread-2.0 gio-2.0 gio-unix-2.0 unique-1.0 gail gconf-2.0 libxml-2.0 $EXTRA_CORE_MODULES"
+CORE_MODULES="glib-2.0 gnome-desktop-2.0 gthread-2.0 gio-2.0 gio-unix-2.0 gail gconf-2.0 libxml-2.0 $EXTRA_CORE_MODULES"
 CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE_MODULES` $x_cflags"
 AC_SUBST(CORE_CFLAGS)
 CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs"



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