--- libelwix/configure.in 2024/12/04 17:48:32 1.76.2.1 +++ libelwix/configure.in 2025/11/17 20:05:38 1.82.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.76.2.1 2024/12/04 17:48:32 misho Exp $ +# $Id: configure.in,v 1.82.2.1 2025/11/17 20:05:38 misho Exp $ # -AC_INIT(libelwix, 6.7, 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