summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-05-17 20:11:41 -0700
committerSage Weil <sage@inktank.com>2012-05-17 20:23:33 -0700
commit89316566b57c6ba0cdb94eee67785df96c917547 (patch)
tree53201530f9a1334a4f42622c906e357acc61bf80 /configure.ac
parenta586bdf081670fc0eabf654270b2965aaed9ac8b (diff)
downloadceph-89316566b57c6ba0cdb94eee67785df96c917547.tar.gz
remove gceph
Signed-off-by: Sage Weil <sage@inktank.com>
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 f7b0b9304d6..53ae649c24f 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],