Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 77eec07

Browse files
committed
(show_version): pring search engine.
Signed-off-by: Andrew Borodin <[email protected]>
1 parent bc213f6 commit 77eec07

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/textconf.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@ show_version (void)
163163
# endif
164164
#else
165165
# error "Cannot compile mc without S-Lang or ncurses"
166+
#endif
167+
168+
printf ("%s", _ ("With search engine: "));
169+
#ifdef SEARCH_TYPE_GLIB
170+
puts ("GLib");
171+
#else
172+
# ifdef HAVE_PCRE2
173+
puts ("PCRE2");
174+
# else
175+
puts ("PCRE1");
176+
# endif
166177
#endif
167178

168179
#if defined(ENABLE_VFS) && defined(ENABLE_VFS_SFTP)

0 commit comments

Comments
 (0)