1
1

Fix missing comma in the last commit.

Этот коммит содержится в:
Pavel Roskin 2003-10-25 23:48:30 +00:00
родитель b59eaab4ad
Коммит 6cc1e873ef

Просмотреть файл

@ -582,7 +582,7 @@ dnl Support for background operations
AC_ARG_ENABLE([background],
[ --enable-background Support for background file operations [[yes]]])
if test "x$enable_background" != xno; then
AC_DEFINE(WITH_BACKGROUND, 1 [Define to enable background file operations])
AC_DEFINE(WITH_BACKGROUND, 1, [Define to enable background file operations])
fi