diff options
author | Kevin Walzer <kw@codebykevin.com> | 2020-12-17 03:13:48 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2020-12-17 03:13:48 (GMT) |
commit | 84b948a86c3d543d13f6006493690efd71103abb (patch) | |
tree | 85c5f4a38e6dc16850e8a3a79881c917c983b286 /unix/tkConfig.h.in | |
parent | 031d513197465e7486f4d099e74471311c6f12b7 (diff) | |
download | tk-84b948a86c3d543d13f6006493690efd71103abb.zip tk-84b948a86c3d543d13f6006493690efd71103abb.tar.gz tk-84b948a86c3d543d13f6006493690efd71103abb.tar.bz2 |
Patch for runtime linking of libnotify
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 73d90a8..d3acb59 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -25,9 +25,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Have we turned on libnotify? */ -#undef HAVE_LIBNOTIFY - /* Define to 1 if you have the `Xft' library (-lXft). */ #undef HAVE_LIBXFT |