configure.ac: Move inotify to "Miscellaneous Libraries".
This commit is contained in:
parent
11fbb1c807
commit
a9ff134e9f
28
configure.ac
28
configure.ac
@ -393,21 +393,6 @@ AC_ARG_WITH(tremor-includes,
|
|||||||
[directory where Tremor header files are installed (optional)]),,
|
[directory where Tremor header files are installed (optional)]),,
|
||||||
tremor_includes="")
|
tremor_includes="")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
AC_CHECK_FUNCS(inotify_init inotify_init1)
|
|
||||||
|
|
||||||
if test x$ac_cv_func_inotify_init = xno; then
|
|
||||||
enable_inotify=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$enable_inotify = xyes; then
|
|
||||||
AC_DEFINE([ENABLE_INOTIFY], 1, [Define to enable inotify support])
|
|
||||||
fi
|
|
||||||
AM_CONDITIONAL(ENABLE_INOTIFY, test x$enable_inotify = xyes)
|
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl Mandatory Libraries
|
dnl Mandatory Libraries
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
@ -465,9 +450,20 @@ if test x$enable_largefile != xno; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl Optional Libraries
|
dnl Miscellaneous Libraries
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
AC_CHECK_FUNCS(inotify_init inotify_init1)
|
||||||
|
|
||||||
|
if test x$ac_cv_func_inotify_init = xno; then
|
||||||
|
enable_inotify=no
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test x$enable_inotify = xyes; then
|
||||||
|
AC_DEFINE([ENABLE_INOTIFY], 1, [Define to enable inotify support])
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL(ENABLE_INOTIFY, test x$enable_inotify = xyes)
|
||||||
|
|
||||||
if test x$enable_libwrap != xno; then
|
if test x$enable_libwrap != xno; then
|
||||||
AC_CHECK_LIBWRAP(found_libwrap=yes, found_libwrap=no)
|
AC_CHECK_LIBWRAP(found_libwrap=yes, found_libwrap=no)
|
||||||
MPD_AUTO_RESULT(libwrap, libwrap, [libwrap not found])
|
MPD_AUTO_RESULT(libwrap, libwrap, [libwrap not found])
|
||||||
|
Loading…
Reference in New Issue
Block a user