diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-08-22 14:26:01 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-08-22 14:28:49 -0500 |
| commit | 4b050cb08079446df8cbbe490ea2f0160eb65bba (patch) | |
| tree | e3d007246f47b78f6fa2c5ffe8b034693a8b6e80 /configure.ac | |
| parent | 05c17eff06536e750d43829ccded5c9e8f0f9ca4 (diff) | |
config: fix missing case when reporting version 'configured with'
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 59636194f7..885d5d1f5e 100644 --- a/configure.ac +++ b/configure.ac @@ -847,7 +847,7 @@ AC_ARG_WITH([crypto], AC_ARG_WITH([frr-format], AS_HELP_STRING([--with-frr-format[=<.../frr-format.so>]], [use frr-format GCC plugin])) -AC_ARG_ENABLE([version-build-config], +AC_ARG_ENABLE([version_build_config], AS_HELP_STRING([--disable-version-build-config], [do not include build configs in show version command])) #if openssl, else use the internal |
