2011-12-02 [paul] 3.7.10cvs109
[claws.git] / configure.ac
index a15dccd500f13562143aa002d7f222d190f4773c..55dfd428f5862216ccc12b1c4d5c5871f92ab8ae 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=66
+EXTRA_VERSION=109
 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