2011-11-21 [pawel] 3.7.10cvs97
[claws.git] / configure.ac
index 4061d07e05ab2233796f9c8f18ba4bda1fb04624..89630bbfceb1c0889160c0dace25e591a31f0e67 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=41
+EXTRA_VERSION=97
 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