summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-25 02:28:53 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-25 02:28:53 (GMT)
commit84402748fde6abbd098de5a0c5f4f513b0e929b0 (patch)
tree285350e6a078ef0c52e3879fa89dfdfe6ee06d9a /unix/configure.ac
parent6436d565db795702ece8b950192d5c0452827987 (diff)
downloadtk-84402748fde6abbd098de5a0c5f4f513b0e929b0.zip
tk-84402748fde6abbd098de5a0c5f4f513b0e929b0.tar.gz
tk-84402748fde6abbd098de5a0c5f4f513b0e929b0.tar.bz2
Notifications and system tray now work on Debian; on to macOS
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index 8cfc570..c9e1d58 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -546,7 +546,7 @@ if test $tk_aqua = "no" ; then
found_libnotify="yes"
LIBNOTIFY_CFLAGS=`pkg-config --cflags libnotify 2>/dev/null` || found_libnotify="no"
LIBNOTIFY_LIBS=`pkg-config --libs libnotify 2>/dev/null` || found_libnotify="no"
- GLIB_CFLAGS=`pkg-config --cflags glib-2.0 2>/dev/null` || found_libnotify="no"
+ GLIB_CFLAGS=`pkg-config --cflags glib-2.0 2>/dev/null` || found_libnotify="no"
GLIB_LIBS=`pkg-config --libs glib-2.0 2>/dev/null` || found_libnotify="no"
fi
AC_MSG_RESULT([$found_libnotify])