aboutsummaryrefslogtreecommitdiff
path: root/src/config/pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 424bb93..032e9ab 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -100,8 +100,9 @@ SRVTCL = $(TESTDIR)/util/ovsec_kadm_srv_tcl
# We have to set the host with --host so that setup_xfail will work.
# If we don't set it, then the host type used is "native", which
# doesn't match "*-*-*".
+host=@host@
DEJAFLAGS = $(DEJALFLAGS) $(CLFLAGS) --debug --srcdir $(srcdir) --host \
- unknown-$(shell uname -m)-$(shell uname -s)$(shell uname -r)
+ $(host)
RUNTEST = runtest $(DEJAFLAGS)
START_SERVERS = $(STESTDIR)/scripts/start_servers $(TEST_SERVER) $(TEST_PATH)