summaryrefslogtreecommitdiff
blob: 35ba4029554fdd107a31fde94679411ab16d54d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur wmlife-1.0.0-orig/configure.in wmlife-1.0.0/configure.in
--- wmlife-1.0.0-orig/configure.in	2005-09-23 00:18:09.000000000 +0300
+++ wmlife-1.0.0/configure.in	2014-04-28 23:52:09.701103219 +0300
@@ -38,6 +38,6 @@
 AC_CACHE_CHECK([for gdk2 libs], GDKLIBS, [GDKLIBS=`$config --libs gtk+-2.0 | sed -e "s/-lgtk-x11-2.0//g" -e "s/-latk-1.0//g"`])
 
 CFLAGS="$CFLAGS $GDKINCS"
-LDFLAGS="$LDFLAGS $GDKLIBS"
+LDFLAGS="$LDFLAGS $GDKLIBS -lm"
 
 AC_OUTPUT(Makefile src/Makefile)