Diff for /libelwix/configure between versions 1.64.2.3 and 1.64.2.4

version 1.64.2.3, 2024/01/22 15:09:01 version 1.64.2.4, 2024/01/22 15:14:10
Line 695  ac_user_opts=' Line 695  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_debug  enable_debug
 with_memmgr  with_memmgr
   enable_patricia
 enable_pelco  enable_pelco
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
Line 1332  Optional Features: Line 1333  Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-debug          Build library with debug information and additional messages    --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:  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Line 4052  fi Line 4054  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEMMGR" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEMMGR" >&5
 $as_echo "$MEMMGR" >&6; }  $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  PELCO=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Pelco support" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking Pelco support" >&5

Removed from v.1.64.2.3  
changed lines
  Added in v.1.64.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>