1
1

Quick fix for the previous commit - use && instead of ||.

Этот коммит содержится в:
Pavel Roskin 2001-07-27 21:16:30 +00:00
родитель babf238550
Коммит e642a22c53

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

@ -67,7 +67,7 @@ the need to embed this logic into configure.in.
# undef USE_EXT2FSLIB
#endif
#if defined (HAVE_SOCKETPAIR) || !defined (HAVE_X)
#if defined (HAVE_SOCKETPAIR) && !defined (HAVE_X)
# define WITH_BACKGROUND
#endif