From: Luke Kenneth Casson Leighton Date: Mon, 24 Sep 2018 06:24:11 +0000 (+0100) Subject: remove unneeded use of AM_CONDITIONAL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fdbc5e6b41b52336aadd6ea3aebdbbf710175e9;p=riscv-isa-sim.git remove unneeded use of AM_CONDITIONAL --- 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