--- libelwix/configure 2024/01/22 15:09:01 1.64.2.3 +++ libelwix/configure 2024/01/22 15:14:10 1.64.2.4 @@ -695,6 +695,7 @@ ac_user_opts=' enable_option_checking enable_debug with_memmgr +enable_patricia enable_pelco ' ac_precious_vars='build_alias @@ -1332,7 +1333,8 @@ Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-debug Build library with debug information and additional messages - --enable-pelco Pelco support for ELWIX + --enable-patricia Patricia support for ELWIX + --enable-pelco Pelco support for ELWIX Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -4052,6 +4054,26 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEMMGR" >&5 $as_echo "$MEMMGR" >&6; } + +PATRICIA=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Patricia support" >&5 +$as_echo_n "checking Patricia support... " >&6; } +# Check whether --enable-patricia was given. +if test "${enable_patricia+set}" = set; then : + enableval=$enable_patricia; case "$enableval" in + yes) + +$as_echo "#define PATRICIA_SUPPORT /**/" >>confdefs.h + + PATRICIA=yes + ;; + *) + ;; + esac +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PATRICIA" >&5 +$as_echo "$PATRICIA" >&6; } PELCO=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking Pelco support" >&5