summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJaromil <[email protected]>2011-04-28 11:03:46 (GMT)
committer Jaromil <[email protected]>2011-04-28 11:03:46 (GMT)
commit461b50b930182938c3a1d2990dc871672cd7f714 (patch)
treef700b6ada9fcf1768a682fb88c1e9a38ffca1212 /configure.ac
parenta42567432df4e4f52ec0671c1ed345f044b1896e (diff)
removed dependency from bc
now expr is used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 106a6c1..d62f612 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,11 +85,6 @@ if test "x$have_sudo" = "xno"; then
AC_MSG_ERROR([*** sudo required!])
fi
-AC_CHECK_PROG(have_bc,bc,yes,no)
-if test "x$have_bc" = "xno"; then
- AC_MSG_ERROR([*** bc required!])
-fi
-
PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.16], :,
AC_MSG_ERROR([*** Gtk+2 >=2.16 development files not found!]))
AC_SUBST([GTK2_CFLAGS])