Skip to content

Commit

Permalink
Merge branch 'master' into feature-request-2824
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunegg authored Jan 13, 2025
2 parents 1de6820 + a402d1e commit d1f5c77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,21 @@ AS_IF([test "x$enable_notifications" = "xyes"],
[AC_SUBST([notify_LIBS],"")])
AC_SUBST([NOTIFICATIONS],$enable_notifications)

dnl
dnl iNotify Support
AC_CANONICAL_HOST
# Conditionally set bsd_inotify_LIBS based on the platform
case "$host_os" in
freebsd*)
bsd_inotify_LIBS="-linotify"
;;
*)
bsd_inotify_LIBS=""
;;
esac

AC_SUBST([bsd_inotify_LIBS])

dnl
dnl Completion support
dnl First determine whether completions are requested, pass that to Makefile
Expand Down

0 comments on commit d1f5c77

Please sign in to comment.