Diff for /libaitmqtt/configure.in between versions 1.8.2.2 and 1.8.2.3

version 1.8.2.2, 2016/09/14 15:23:51 version 1.8.2.3, 2016/09/14 15:52:36
Line 35  AC_C_INLINE Line 35  AC_C_INLINE
 # Checks for library functions.  # Checks for library functions.
 AC_FUNC_MALLOC  AC_FUNC_MALLOC
 AC_FUNC_REALLOC  AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset strdup strerror strtol])AC_CHECK_FUNCS([memset strdup strerror strtol strlcpy strlcat])
   
 DEBUG=no  DEBUG=no
 AC_MSG_CHECKING(Debug Build)  AC_MSG_CHECKING(Debug Build)
Line 57  AC_CONFIG_FILES([Makefile Line 57  AC_CONFIG_FILES([Makefile
                  inc/Makefile                   inc/Makefile
                  lib/Makefile                   lib/Makefile
                  src/Makefile])                   src/Makefile])
AC_OUTPUTAC_OUTPUT()

Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>