2011-11-29 [wwp] 3.7.10cvs107
[claws.git] / configure.ac
index 3966156ff9c97f2521d1887acfc0762b6d7ed32a..982ec698b69eb0980ce967839a92b80a873eebdb 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=74
+EXTRA_VERSION=107
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -182,6 +182,9 @@ esac
 dnl Checks for iconv
 AM_ICONV
 
+dnl floor and ceil are  in -lm
+LIBS="$LIBS -lm"
+
 dnl
 dnl Check for bind_textdomain_codeset, including -lintl if GLib brings it in.
 dnl