Switch to unified view
a/src/configure.ac | b/src/configure.ac | ||
---|---|---|---|
... |
... |
||
93 | AC_MSG_NOTICE([aspell support enabled but aspell package not found. Compiling with internal aspell interface file]) |
93 | AC_MSG_NOTICE([aspell support enabled but aspell package not found. Compiling with internal aspell interface file]) |
94 | AC_DEFINE(ASPELL_INCLUDE, ["aspell-local.h"]) |
94 | AC_DEFINE(ASPELL_INCLUDE, ["aspell-local.h"]) |
95 | fi |
95 | fi |
96 | fi |
96 | fi |
97 | 97 | ||
98 | if test -f /usr/include/sys/inotify.h ; then |
98 | if test -f /usr/include/sys/inotify.h -o -f /usr/include/linux/inotify.h; then |
99 | inot_default=yes |
99 | inot_default=yes |
100 | else |
100 | else |
101 | inot_default=no |
101 | inot_default=no |
102 | fi |
102 | fi |
103 | 103 |