mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
10 lines
293 B
Text
10 lines
293 B
Text
--- configure.ac.orig 2021-09-28 08:39:16 UTC
|
|
+++ configure.ac
|
|
@@ -45,6 +45,7 @@ AM_CONDITIONAL([STATIC_BINARY_ENABLE], test "$STATIC_B
|
|
|
|
|
|
# Checks for libraries.
|
|
+AC_SEARCH_LIBS(inotify_init, inotify)
|
|
|
|
# Checks for header files.
|
|
AC_CHECK_HEADERS([sys/inotify.h sys/fanotify.h mcheck.h])
|