Commit 1df41150 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

version: properly mention --disable-wordcomp if it was used

No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -1033,6 +1033,9 @@ void version(void)
#ifdef DISABLE_TABCOMP
printf(" --disable-tabcomp");
#endif
#ifndef ENABLE_WORDCOMPLETION
printf(" --disable-wordcomp");
#endif
#ifdef DISABLE_WRAPPING
printf(" --disable-wrapping");
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment