mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-02 09:27:14 +03:00
version: properly mention --disable-wordcomp if it was used
This commit is contained in:
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
Block a user