summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index bd606d3fcd4..d5e6a7ae399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -418,23 +418,6 @@ AC_CHECK_FUNC([fallocate],
#AC_FUNC_UTIME_NULL
#AC_CHECK_FUNCS([bzero fchdir fdatasync floor ftruncate getcwd gethostbyname gethostname gettimeofday inet_ntoa localtime_r memmove memset mkdir munmap pow rmdir select socket sqrt strcasecmp strchr strerror strstr utime])
-AC_ARG_WITH([gtk2],
- [AS_HELP_STRING([--with-gtk2], [Build the graphical tools. Default=yes.])],
- [],
- [with_gtk2=check])
-have_gtk2=no
-AS_IF([test "x$with_gtk2" != "xno"],
- [PKG_CHECK_MODULES(GTKMM, [gtkmm-2.4 >= 2.12],
- [have_gtk2=yes
- AC_DEFINE([HAVE_GTK2], [1], [we have gtk2])
- ],
- [if test "x$with_gtk2" != xcheck; then
- AC_MSG_FAILURE(
- [--with-gtk2 was given, but test for gtkmm failed])
- fi
- ])])
-AM_CONDITIONAL(WITH_GTK2, [test "x$have_gtk2" != "xno"])
-
AM_CONDITIONAL(WITH_BUILD_TESTS, test "$WITH_BUILD_TESTS" = "1")
AM_PATH_PYTHON([2.4],