--- libelwix/configure.in 2024/10/10 23:55:47 1.72 +++ libelwix/configure.in 2025/11/17 20:05:38 1.82.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.72 2024/10/10 23:55:47 misho Exp $ +# $Id: configure.in,v 1.82.2.1 2025/11/17 20:05:38 misho Exp $ # -AC_INIT(libelwix, 6.1, misho@elwix.org) +AC_INIT(libelwix, 6.13, 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