mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Quick fix for the previous commit - use && instead of ||.
This commit is contained in:
parent
babf238550
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user