--- mqtt/configure.in 2012/07/03 12:27:19 1.1.2.2 +++ mqtt/configure.in 2012/07/03 12:34:28 1.1.2.3 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.1.2.2 2012/07/03 12:27:19 misho Exp $ +# $Id: configure.in,v 1.1.2.3 2012/07/03 12:34:28 misho Exp $ # AC_INIT(mqtt, 1.2, misho@elwix.org) AC_CONFIG_HEADERS(inc/config.h) @@ -22,15 +22,15 @@ LDFLAGS="-L/usr/local/lib ${LDFLAGS}" # Checks for libraries. -AC_CHECK_LIB([aitcfg], cfgLoadConfig) AC_CHECK_LIB([aitcrc], crcFletcher16) AC_CHECK_LIB([aitio], io_allocVar) +AC_CHECK_LIB([aitcfg], cfgLoadConfig) AC_CHECK_LIB([aitmqtt], mqtt_msgAlloc) AC_CHECK_LIB([aitsched], schedRun) AC_CHECK_LIB([crypto], BF_set_key) AC_CHECK_LIB([pthread], pthread_create) AC_CHECK_LIB([sqlite3], sqlite3_reset) -AC_CHECK_LIB([util], flopen) +AC_CHECK_LIB([util], openpty) # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h syslog.h unistd.h])