fork-sever-process-and-introduce-broadcast-api.patch
[profile/ivi/libwebsockets.git] / configure.ac
index 759373f..d3a407b 100644 (file)
@@ -2,13 +2,15 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.66])
-AC_INIT(libwebsockets, 0.1, andy@warmcat.com)
+AC_INIT(libwebsockets, 0.2, andy@warmcat.com)
 AC_CONFIG_SRCDIR([test-server/test-server.c])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 LT_INIT(shared)
 
+#AX_PTHREAD
+
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_INSTALL