From 2fa457ed44afa5f4bbb35e3f3731ac11e64c0b7a Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 2 Jun 2011 22:42:33 +0530 Subject: Fix bug 651723, don't look for libnotify.h if not requested --- src/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/notification.c b/src/notification.c index 41d64e2..3f4c454 100644 --- a/src/notification.c +++ b/src/notification.c @@ -29,12 +29,12 @@ #include #include #include +#ifdef HAVE_LIBNOTIFY #include #include "zenity.h" #include "util.h" -#ifdef HAVE_LIBNOTIFY static char *icon_file; static void -- cgit v1.2.3