X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=f526d927ac3d0a8d0a2b08834cb5fe46eeee12a9;hb=8b44f34be360263e5f30fdd1559da66e1faa3b25;hp=364884999cdf12005f99f50872bd4c94b0603726;hpb=b052a89622c02b5888c0ca61e52b19e9dbec29c8;p=meshlink diff --git a/configure.ac b/configure.ac index 36488499..f526d927 100644 --- a/configure.ac +++ b/configure.ac @@ -82,14 +82,6 @@ AS_IF([test "x$enable_hardening" != "xno"], ] ); -dnl Allow building without Catta -AC_ARG_ENABLE([catta], AS_HELP_STRING([--disable-catta], [disable linking with the Catta library])) -AS_IF([test "x$enable_catta" != "xno"], - AC_DEFINE(HAVE_CATTA, 1, [Link with Catta]) - AC_CONFIG_SUBDIRS([catta]) -) -AM_CONDITIONAL(CATTA, test "x$enable_catta" != "xno") - dnl UTCP debug flags AC_ARG_ENABLE([utcp_debug], AS_HELP_STRING([--enable-utcp-debug], [compile utcp with debug output])) AS_IF([test "x$enable_utcp_debug" = "xyes"],