summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-03-17 13:59:40 -0700
committerKeith Packard <keithp@keithp.com>2008-03-17 13:59:40 -0700
commit854a7c2916455fec5ec1ba87576e26706d151381 (patch)
tree50c56420cb1a066fcabe3c802778b267b3ea750b /configure.ac
parentbed3da4feaa505a5b50a4c94b0e6661bdac1fcbd (diff)
Transform mode bounds when computing sizes.
Ensure screen sizes are compared with projected mode image, including rotation and transformation.
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 126a51b..5e563c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
+AC_CHECK_LIB(m,floor)
# Checks for pkg-config packages
PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)
AC_SUBST(XRANDR_CFLAGS)