--- libelwix/configure.in 2024/08/19 15:37:43 1.71.2.3 +++ libelwix/configure.in 2025/11/17 19:53:08 1.81.2.2 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.71.2.3 2024/08/19 15:37:43 misho Exp $ +# $Id: configure.in,v 1.81.2.2 2025/11/17 19:53:08 misho Exp $ # -AC_INIT(libelwix, 6.1, misho@elwix.org) +AC_INIT(libelwix, 6.12, misho@elwix.org) AC_CONFIG_SRCDIR([src/elwix.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -36,6 +36,7 @@ AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termio # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE +AC_CHECK_TYPES([uuid_t]) # Checks for library functions. AC_FUNC_MALLOC