Quick fix for the previous commit - use && instead of ||.
Этот коммит содержится в:
родитель
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
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user