fixed bug that could crash Sylpheed when highlighting all misspelled words.
[claws.git] / configure.in
index e2925d282292dfcb006b31932d6740610a58f194..82e08326a9fd4fce13fe007243b28a5dfb7abd97 100644 (file)
@@ -4,11 +4,11 @@ PACKAGE=sylpheed
 
 dnl version number
 MAJOR_VERSION=0
-MINOR_VERSION=7
-MICRO_VERSION=8
+MINOR_VERSION=8
+MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws73
+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.