changeset 29790 | 79641c886929 |
parent 29175 | 2f9d8f167bd7 |
child 33055 | 3676b99f33cf |
--- a/common/autoconf/build-performance.m4 Thu Apr 09 17:35:56 2015 -0700 +++ b/common/autoconf/build-performance.m4 Fri Apr 10 16:32:00 2015 +0200 @@ -336,11 +336,4 @@ AC_MSG_CHECKING([whether to use sjavac]) AC_MSG_RESULT([$ENABLE_SJAVAC]) AC_SUBST(ENABLE_SJAVAC) - - if test "x$ENABLE_SJAVAC" = xyes; then - SJAVAC_SERVER_DIR="$OUTPUT_ROOT/javacservers" - else - SJAVAC_SERVER_DIR= - fi - AC_SUBST(SJAVAC_SERVER_DIR) ])