[libgnomecanvas] Fix linking with pedantic linkers



commit 6428c7f2798a5ddad21a2819f523c955c6421bb2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 14 00:19:20 2010 -0500

    Fix linking with pedantic linkers

 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2819c46..6f8b691 100644
--- a/configure.in
+++ b/configure.in
@@ -92,6 +92,8 @@ CANVAS_MODULES="dnl
 PKG_PROG_PKG_CONFIG([0.18])
 PKG_CHECK_MODULES(LIBGNOMECANVAS, $CANVAS_MODULES)
 
+LIBGNOMECANVAS_LIBS="$LIBGNOMECANVAS_LIBS -lm"
+
 if test "$enable_maintainer_mode" = "yes"; then
 	LIBGNOMECANVAS_DEPRECATED_CFLAGS="-DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
 	AC_SUBST(LIBGNOMECANVAS_DEPRECATED_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]