You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
243 B

--- a/configure.in
+++ b/configure.in
@@ -12,6 +12,7 @@
AC_PROG_INSTALL
# Checks for libraries
+AC_SEARCH_LIBS(ceil, m)
pkg_modules="gtk+-2.0 gthread-2.0 libglade-2.0"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)