--- libelwix/configure.in 2024/10/12 16:08:18 1.73 +++ libelwix/configure.in 2025/11/17 20:02:47 1.82 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.73 2024/10/12 16:08:18 misho Exp $ +# $Id: configure.in,v 1.82 2025/11/17 20:02:47 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