From b4ca244af29f31eda57fdc5cd5467d9ed4f5ed6a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 13 Jun 2013 18:42:29 +0200 Subject: Always build test plugins in simulators Change-Id: I13094bfbed9fe05a48b4e81759978d112e19f48b --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index efa9c333c3..e3a2e3d37d 100755 --- a/tools/configure +++ b/tools/configure @@ -875,7 +875,7 @@ whichadvanced () { fi if [ "yes" = "$simulator" ]; then debug="-DDEBUG" - extradefines="$extradefines -DSIMULATOR" + extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS" archosrom="" flash="" fi @@ -3562,7 +3562,7 @@ fi fi debug="-DDEBUG" simulator="yes" - extradefines="$extradefines -DSIMULATOR" + extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS" archosrom="" flash="" echo "Simulator build selected" -- cgit v1.2.3