version: properly mention --disable-wordcomp if it was used
parent
ea9f62fc0f
commit
1df4115013
|
@ -1033,6 +1033,9 @@ void version(void)
|
||||||
#ifdef DISABLE_TABCOMP
|
#ifdef DISABLE_TABCOMP
|
||||||
printf(" --disable-tabcomp");
|
printf(" --disable-tabcomp");
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef ENABLE_WORDCOMPLETION
|
||||||
|
printf(" --disable-wordcomp");
|
||||||
|
#endif
|
||||||
#ifdef DISABLE_WRAPPING
|
#ifdef DISABLE_WRAPPING
|
||||||
printf(" --disable-wrapping");
|
printf(" --disable-wrapping");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue