2 dnl Support for background operations
5 AC_DEFUN([MC_BACKGROUND],
7 AC_ARG_ENABLE([background],
8 AS_HELP_STRING([--enable-background], [Support for background file operations [[yes]]]),
10 if test "x$enableval" = xno; then
16 [enable_background=yes])
18 if test "x$enable_background" = xyes; then
19 AC_DEFINE(ENABLE_BACKGROUND, 1, [Define to enable background file operations])
22 AM_CONDITIONAL(ENABLE_BACKGROUND, [test "x$enable_background" = xyes])