fixed bug that could crash Sylpheed when highlighting all misspelled words.
[claws.git] / configure.in
index dd9cdecfb977cac4493cedef203a1b782668da8c..82e08326a9fd4fce13fe007243b28a5dfb7abd97 100644 (file)
@@ -5,10 +5,10 @@ PACKAGE=sylpheed
 dnl version number
 MAJOR_VERSION=0
 MINOR_VERSION=8
-MICRO_VERSION=0
+MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws
+EXTRA_VERSION=claws13
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -331,7 +331,7 @@ AC_HEADER_DIRENT
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(fcntl.h sys/file.h unistd.h paths.h \
-                sys/param.h sys/utsname.h \
+                sys/param.h sys/utsname.h sys/select.h \
                 wchar.h wctype.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.