make/autoconf/toolchain.m4
changeset 47258 4bfce39946ba
parent 47216 71c04702a3d5
child 48032 9240097e2821
--- a/make/autoconf/toolchain.m4	Mon Sep 25 13:03:11 2017 +0200
+++ b/make/autoconf/toolchain.m4	Mon Sep 25 11:50:39 2017 +0200
@@ -935,6 +935,7 @@
   elif test "x$with_jtreg" != xyes && test "x$with_jtreg" != x; then
     # An explicit path is specified, use it.
     JT_HOME="$with_jtreg"
+    BASIC_FIXUP_PATH([JT_HOME])
     if test ! -d "$JT_HOME"; then
       AC_MSG_ERROR([jtreg home directory from --with-jtreg=$with_jtreg does not exist])
     fi