From 2fdbc5e6b41b52336aadd6ea3aebdbbf710175e9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 24 Sep 2018 07:24:11 +0100 Subject: [PATCH] remove unneeded use of AM_CONDITIONAL --- configure | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index 4111fca..e453c26 100755 --- a/configure +++ b/configure @@ -4417,7 +4417,6 @@ if test "x$simplev" = xyes; then $as_echo "#define SPIKE_SIMPLEV 1" >>confdefs.h fi -AM_CONDITIONAL(HAS_SIMPLEV, test x$simplev = xyes) #------------------------------------------------------------------------- # MCPPBS subproject list diff --git a/configure.ac b/configure.ac index d80ab84..0fdcc16 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,6 @@ AC_ARG_ENABLE([simplev], if test "x$simplev" = xyes; then AC_DEFINE([SPIKE_SIMPLEV], [1], [Defined to 1 if SimpleV support is wanted]) fi -AM_CONDITIONAL([HAS_SIMPLEV], [test x$simplev = xyes]) #------------------------------------------------------------------------- # MCPPBS subproject list -- 2.30.2