From: Russ White Date: Tue, 27 Aug 2024 14:38:09 +0000 (-0400) Subject: Merge pull request #16610 from Jafaral/no-py X-Git-Tag: base_10.2~159 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bd0fdc443e99da635aa9a3558fb66b23fab80a55;p=mirror%2Ffrr.git Merge pull request #16610 from Jafaral/no-py tools, ospfclient: add a config option to skip installing python scripts --- bd0fdc443e99da635aa9a3558fb66b23fab80a55 diff --cc configure.ac index 885d5d1f5e,fe837e792b..e1aa05b869 --- a/configure.ac +++ b/configure.ac @@@ -847,9 -847,12 +847,12 @@@ 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])) + AC_ARG_ENABLE([python_runtime], + AS_HELP_STRING([--disable-python-runtime], [do not install python scripts or have python runtime dependency])) + #if openssl, else use the internal AS_IF([test "$with_crypto" = "openssl"], [ AC_CHECK_LIB([crypto], [EVP_DigestInit], [LIBS="$LIBS -lcrypto"], [], [])