summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-25 02:15:53 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-25 02:15:53 (GMT)
commit6436d565db795702ece8b950192d5c0452827987 (patch)
treed7d43d626353d9440c5103d5a7632fceb00bb5a9 /unix
parentc1ac2640ebc1ce410d682d83969b736b1791dee6 (diff)
downloadtk-6436d565db795702ece8b950192d5c0452827987.zip
tk-6436d565db795702ece8b950192d5c0452827987.tar.gz
tk-6436d565db795702ece8b950192d5c0452827987.tar.bz2
Tweak configure, try to get libnotify linked on Linux
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 0f14275..cb678f3 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7860,7 +7860,7 @@ $as_echo "$enable_libnotify" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_libnotify" >&5
$as_echo "$found_libnotify" >&6; }
fi
- if test "$enable_libnotify" = "yes" ; then
+ if test "$found_libnotify" = "yes" ; then
UNIX_LIBNOTIFY_OBJS=tkUnixSysNotify.o
tk_oldCFlags=$CFLAGS
CFLAGS="$tk_oldCFlags $LIBNOTIFY_CFLAGS $GLIB_CFLAGS"
diff --git a/unix/configure.ac b/unix/configure.ac
index 5dac97b..8cfc570 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -551,7 +551,7 @@ if test $tk_aqua = "no" ; then
fi
AC_MSG_RESULT([$found_libnotify])
fi
- if test "$enable_libnotify" = "yes" ; then
+ if test "$found_libnotify" = "yes" ; then
UNIX_LIBNOTIFY_OBJS=tkUnixSysNotify.o
tk_oldCFlags=$CFLAGS
CFLAGS="$tk_oldCFlags $LIBNOTIFY_CFLAGS $GLIB_CFLAGS"