--- libelwix/configure.in 2024/10/10 23:56:46 1.72.2.1 +++ libelwix/configure.in 2025/11/17 19:53:08 1.81.2.2 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.72.2.1 2024/10/10 23:56:46 misho Exp $ +# $Id: configure.in,v 1.81.2.2 2025/11/17 19:53:08 misho Exp $ # -AC_INIT(libelwix, 6.2, 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