remove unneeded use of AM_CONDITIONAL
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 24 Sep 2018 06:24:11 +0000 (07:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 24 Sep 2018 06:24:11 +0000 (07:24 +0100)
configure
configure.ac

index 4111fcabaf6a86f58e70c858898c5ed6b2c0872d..e453c26d9cccc146189609b000bf3efcf62b8725 100755 (executable)
--- 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
index d80ab8431cfb09b4ca0be49e95b6ce7c29bb9fdc..0fdcc168226b3724fe9cc2b4ac166857a4fbd48a 100644 (file)
@@ -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