aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index e233f9c..48d812b 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -123,10 +123,8 @@ if test "${enable_sim}" != no; then
sim_igen=yes
;;
esac
- if test "$sim_igen" = yes; then
- AC_CONFIG_SUBDIRS(igen)
- fi
fi
+AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT