[krb5-auth-dialog] Update libnotify checks in configure.ac
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Update libnotify checks in configure.ac
- Date: Fri, 16 Jan 2015 19:07:54 +0000 (UTC)
commit 67b6eebbe3446209711bbe1a6e21787f95cf71b3
Author: David King <dking redhat com>
Date: Fri Jan 16 13:24:44 2015 +0000
Update libnotify checks in configure.ac
Since commit 1b921c629cb7a5a104afb577d3fd6f56d20b5932, libnotify support
was mandatory, so remove the additional checks for
notify_notification_new_with_status_icon (as it is included in the 0.7.0
version of libnotify that is required) and update the summary to always
be printed.
https://bugzilla.gnome.org/show_bug.cgi?id=743036
configure.ac | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a1b7f65..d477314 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,17 +158,6 @@ fi
AM_CONDITIONAL([ENABLE_NETWORK_MANAGER],[test "x$enable_network_manager" = "xyes"])
-dnl libnotify
-savedCFLAGS="$CFLAGS"
-savedLIBS="$LIBS"
-CFLAGS="$LIBNOTIFY_CFLAGS $CFLAGS"
-LIBS="$LIBNOTIFY_LIBS $LIBS"
-AC_CHECK_FUNCS([notify_notification_new_with_status_icon \
- notify_notification_set_hint])
-CFLAGS="$savedCFLAGS"
-LIBS="$savedLIBS"
-
-
dnl secmem
dnl Checks for library functions.
AC_CHECK_FUNCS(seteuid stpcpy mmap)
@@ -258,11 +247,7 @@ AC_MSG_NOTICE([])
AC_MSG_NOTICE([ Kerberos: $KRB5_CFLAGS $KRB5_LIBS])
AC_MSG_NOTICE([ GTK: $GTK_CFLAGS $GTK_LIBS])
AC_MSG_NOTICE([ gio-unix: $GIO_UNIX_CFLAGS $GIO_UNIX_LIBS $GIO_CFLAGS $GIO_LIBS])
-if test "$with_libnotify" = "yes" ; then
AC_MSG_NOTICE([ libnotify: $LIBNOTIFY_CFLAGS $LIBNOTIFY_LIBS])
-else
-AC_MSG_NOTICE([ libnotify: no])
-fi
if test "$enable_network_manager" = "yes" ; then
AC_MSG_NOTICE([ Network Manager: $NETWORK_MANAGER_CFLAGS $NETWORK_MANAGER_LIBS])
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]