aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 95a1664..d95eb58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,7 @@ dnl ------ Composite -------------------------------------------------------
if test x$enable_composite != xno; then
PKG_CHECK_MODULES(COMPO, xcomposite xfixes xdamage xrender, ,
AC_MSG_ERROR([*** Required Composite Librays not installed ***]))
+ COMPO_LIBS="$COMPO_LIBS -lm"
AC_DEFINE(USE_COMPOSITE, [1], [use bleeding enge composite code])