From 62ca5edd03630e388d7c4bb0c93e5952d55e5b11 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 11 Oct 2021 16:30:12 +0200 Subject: BUILD: Remove SuperMUC code. Issue #7033 --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fec1069fc..6936e7067 100644 --- a/configure.ac +++ b/configure.ac @@ -1686,20 +1686,6 @@ AC_DEFINE_UNQUOTED([HAVE_GNUTLS_DANE], $gnutls_dane, [We have GnuTLS with DANE s -# Test if we are building for superMUC -AC_MSG_CHECKING(if GNUnet is being configured to run on the SuperMUC) -AC_ARG_ENABLE([supermuc], - [AS_HELP_STRING([--enable-supermuc], - [build GNUnet with support to run on the SuperMUC (default is NO)])], - [AS_IF([test "x$enable_supermuc" = "xno"], - [supermuc=0], - [supermuc=1])], - [supermuc=0 - enable_supermuc=no]) -AC_MSG_RESULT($enable_SUPERMUC) -AM_CONDITIONAL([ENABLE_SUPERMUC], [test "x$supermuc" = "x1"]) -AC_DEFINE_UNQUOTED([ENABLE_SUPERMUC], [$supermuc], [Build with support for SuperMUC]) - # Check if NSE has to send timestamp information to testbed logger for # generating histogram of messages received AC_MSG_CHECKING(if NSE has to send timestamp information to testbed logger) -- cgit v1.2.3