aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/configure.in')
-rw-r--r--sim/mn10300/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/configure.in b/sim/mn10300/configure.in
index 8aeee59..e729863 100644
--- a/sim/mn10300/configure.in
+++ b/sim/mn10300/configure.in
@@ -29,7 +29,7 @@ AC_ARG_ENABLE(sim-common,
esac
if test x"$silent" != x"yes" && test x"$sim_gen" != x""; then
echo "Setting sim_common = $sim_common" 6>&1
-fi],[sim_gen=""; mn10300_common="WITHOUT"])dnl
+fi],[sim_gen="-DWITH_COMMON=1"; mn10300_common="WITH"])dnl
AC_SUBST(sim_gen)
AC_SUBST(mn10300_common)