version: properly mention --disable-wordcomp if it was used
parent
ea9f62fc0f
commit
1df4115013
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue