Skip to content
Snippets Groups Projects
Commit 0e009861 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix the macro used to detect X11.

NO_X is defined in the ciolib GNUmakefile.  DISABLE_X11 is defined
on Common.gmake.
parent 6c616fd2
No related branches found
No related tags found
No related merge requests found
Pipeline #6738 failed
...@@ -3405,7 +3405,7 @@ show_bbslist(char *current, int connected) ...@@ -3405,7 +3405,7 @@ show_bbslist(char *current, int connected)
#else #else
"[ ]", "[ ]",
#endif #endif
#ifdef NO_X #ifdef DISABLE_X11
"[ ]", "[ ]",
#else #else
"[`\xFB`]", "[`\xFB`]",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment