--- mqtt/configure.in 2012/07/03 09:20:48 1.1.2.1 +++ mqtt/configure.in 2012/07/03 12:27:19 1.1.2.2 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.1.2.1 2012/07/03 09:20:48 misho Exp $ +# $Id: configure.in,v 1.1.2.2 2012/07/03 12:27:19 misho Exp $ # AC_INIT(mqtt, 1.2, misho@elwix.org) AC_CONFIG_HEADERS(inc/config.h) @@ -22,10 +22,10 @@ LDFLAGS="-L/usr/local/lib ${LDFLAGS}" # Checks for libraries. -AC_CHECK_LIB([aitcfg], cfg_GetAttribute) +AC_CHECK_LIB([aitcfg], cfgLoadConfig) AC_CHECK_LIB([aitcrc], crcFletcher16) AC_CHECK_LIB([aitio], io_allocVar) -AC_CHECK_LIB([aitmqtt], mqtt_allocMsg) +AC_CHECK_LIB([aitmqtt], mqtt_msgAlloc) AC_CHECK_LIB([aitsched], schedRun) AC_CHECK_LIB([crypto], BF_set_key) AC_CHECK_LIB([pthread], pthread_create)