diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
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) |