@@ -1,7 +1,7 @@ AC_REVISION($Revision $) -AC_INIT(libconfig, 0.1.14) +AC_INIT(libconfig, 0.1.15) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO @@ -19,12 +19,13 @@ DC_DO_TYPE(uint32_t, unsigned, 4) DC_DO_TYPE(int32_t, signed, 4) DC_DO_TYPE(uint16_t, unsigned, 2) DC_DO_TYPE(int16_t, signed, 2) -dnl Use opennet if it's available -DC_ASK_OPTLIB(opennet, fopen_net, opennet.h, [ Enable opennet support], libopennet, HAVE_LIBOPENNET, HAVE_OPENNET_H) +dnl This will cause optional libraries to be disabled even if they're +dnl available and specified. +DC_ASK_SMALL dnl Checks for Win32 specific things. DC_DO_WIN32 dnl Get shared objects flags, calls DC_SYNC_SHLIBOBJS but if libobjs is