gnome-session r4617 - branches/new-gnome-session
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-session r4617 - branches/new-gnome-session
- Date: Sat, 22 Mar 2008 17:30:22 +0000 (GMT)
Author: lucasr
Date: Sat Mar 22 17:30:22 2008
New Revision: 4617
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4617&view=rev
Log:
2008-03-22 Lucas Rocha <lucasr gnome org>
* configure.in: removed libnotify dependency and made some cleanups.
Modified:
branches/new-gnome-session/ChangeLog
branches/new-gnome-session/configure.in
Modified: branches/new-gnome-session/configure.in
==============================================================================
--- branches/new-gnome-session/configure.in (original)
+++ branches/new-gnome-session/configure.in Sat Mar 22 17:30:22 2008
@@ -73,27 +73,8 @@
PKG_CHECK_MODULES(EGG_SMCLIENT, gtk+-2.0)
PKG_CHECK_MODULES(EGG_LIBGNOMEUI, libgnomeui-2.0)
-dnl Check if libnotify is present
-
-LIBNOTIFY_REQUIRED=0.2.1
-LIBNOTIFY_CFLAGS=
-LIBNOTIFY_LIBS=
-PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED,
- HAVE_LIBNOTIFY="yes", HAVE_LIBNOTIFY="no")
-
-if test "x$HAVE_LIBNOTIFY" = "xyes"; then
- AC_DEFINE(HAVE_LIBNOTIFY, 1, [libnotify available])
- AC_MSG_RESULT(available)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_SUBST(LIBNOTIFY_CFLAGS)
-AC_SUBST(LIBNOTIFY_LIBS)
-
dnl gconf checks
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-
if test x"$GCONFTOOL" = xno; then
AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]