Sam Lantinga
2022-07-30 16:30:32 -07:00
parent 21100006ad
commit 6926ff3cd8
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -26390,7 +26390,7 @@ CheckInotify()
{
save_LIBS="$LIBS"
case "$host" in
*-*-freebsd*) LIBS="$LIBS -linotify"
*-*-freebsd*|*-*dragonfly*) LIBS="$LIBS -linotify"
;;
esac
for ac_header in sys/inotify.h
@@ -26426,7 +26426,7 @@ fi
printf "%s\n" "#define HAVE_INOTIFY 1" >>confdefs.h
case "$host" in
*-*-freebsd*)
*-*-freebsd*|*-*-dragonfly*)
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -linotify"
;;
esac