Updating branch refs/heads/master
         to 4d04864d8ae731e04b4ea4b7b282a4a74a5d4d2d (commit)
       from 25d24ccd2309bfb59c454fb6bd2d25a8b8adafb5 (commit)

commit 4d04864d8ae731e04b4ea4b7b282a4a74a5d4d2d
Author: Erik Edelmann <[email protected]>
Date:   Wed Dec 28 15:35:49 2011 +0200

    Make sure libm is linked in, too.

 configure.in.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index c1384eb..6b1cf1f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -42,6 +42,8 @@ AC_PROG_INSTALL()
 AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
 
+AC_CHECK_LIB([m], [exp])
+
 dnl **********************************
 dnl *** Check for standard headers ***
 dnl **********************************
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to