X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=configure.ac;h=807b99a1b0e22ea8402554ed0e8a7312e51ea633;hp=3275a1ea2358b3b2ad7afb96b3e9d66522819711;hb=d92e8ce486b08c5697014a24abbdaa8f662dc542;hpb=f7d1b1c922a6d78268bd057e49e36bb396bcb8fe;ds=inline diff --git a/configure.ac b/configure.ac index 3275a1ea2..807b99a1b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=83 +EXTRA_VERSION=84 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