Diff for /libaitsched/configure.in between versions 1.44.2.1 and 1.44.2.2

version 1.44.2.1, 2022/09/26 19:44:25 version 1.44.2.2, 2022/10/03 22:16:36
Line 114  AC_ARG_WITH(kq_events,  Line 114  AC_ARG_WITH(kq_events, 
 AC_DEFINE_UNQUOTED(KQ_EVENTS, $KQ_EVENTS, [ How many kqueue events can scheduling at one time ])  AC_DEFINE_UNQUOTED(KQ_EVENTS, $KQ_EVENTS, [ How many kqueue events can scheduling at one time ])
 AC_MSG_RESULT($KQ_EVENTS)  AC_MSG_RESULT($KQ_EVENTS)
   
   ELWIX=no
   AC_MSG_CHECKING(With libelwix Build)
   AC_ARG_WITH(elwix,
           [  --with-elwix          Build library with libelwix memory managemant],
           [ ELWIX=$withval
                   case "$withval" in
                           yes)
                                   AC_DEFINE(__ELWIX,, [Build libraries with libelwix memory managemant])
                                   CFLAGS="-g ${CFLAGS}"
                                   LIBS="${LIBS} -lelwix"
                                   ;;
                           *)
                                   ;;
                   esac ],)
   AC_MSG_RESULT($ELWIX)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  inc/Makefile                   inc/Makefile
                  lib/Makefile                   lib/Makefile

Removed from v.1.44.2.1  
changed lines
  Added in v.1.44.2.2


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