2012-09-19 [colin] 3.8.1cvs64
[claws.git] / configure.ac
index 8e2c3f344625b5e7004938876d63435ebf7a154c..7a0507a09c54d33f46f586a39a0643758d9de95f 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=4
+EXTRA_VERSION=64
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -71,6 +71,7 @@ AC_SUBST(LT_AGE)
 
 dnl Specify a header configuration file
 AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_HEADERS(claws-features.h)
 
 AM_MAINTAINER_MODE
 
@@ -275,25 +276,6 @@ else
 fi
 AC_SUBST(SM_LIBS)
 
-dnl for GThread support (currently disabled)
-dnl AC_ARG_ENABLE(threads,
-dnl    [  --enable-threads        Enable multithread support [default=no]],
-dnl    [use_threads=$enableval], [use_threads=no])
-
-AC_MSG_CHECKING([whether to use threads])
-if test x"$use_threads" = xyes ; then
-       AC_MSG_RESULT(yes)
-       if test ! -z `$GLIB_CONFIG --help 2>&1 |grep 'gthread'` ; then
-               CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`"
-               LIBS="$LIBS `$GLIB_CONFIG --libs gthread`"
-               AC_DEFINE(USE_THREADS, 1, Whether to use multithread or not)
-       else
-               AC_MSG_ERROR([Claws Mail requires GThread from GLib to use threading.])
-       fi
-else
-       AC_MSG_RESULT(no)
-fi
-
 dnl Check for d_type member in struct dirent
 AC_MSG_CHECKING([whether struct dirent has d_type member])
 AC_CACHE_VAL(ac_cv_dirent_d_type,[