aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test_server
diff options
context:
space:
mode:
authorAntonio Nikishaev <[email protected]>2019-02-20 15:05:58 +0400
committerAntonio Nikishaev <[email protected]>2019-02-20 15:40:18 +0400
commit666cb78d79878260272ab8a7da5adf2684ca672c (patch)
tree99033cecec81006a67492df74826dc93e00ccc68 /lib/common_test/test_server
parent1985e827122e84f2d323a493112bded76fc5e4f1 (diff)
downloadotp-666cb78d79878260272ab8a7da5adf2684ca672c.tar.gz
otp-666cb78d79878260272ab8a7da5adf2684ca672c.tar.bz2
otp-666cb78d79878260272ab8a7da5adf2684ca672c.zip
use erts’ ERL_TRY_LINK_JAVA in common_test/test_server/configure.in
Diffstat (limited to 'lib/common_test/test_server')
-rw-r--r--lib/common_test/test_server/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/test_server/configure.in b/lib/common_test/test_server/configure.in
index 0511d126b4..e07bd4c2aa 100644
--- a/lib/common_test/test_server/configure.in
+++ b/lib/common_test/test_server/configure.in
@@ -459,11 +459,11 @@ dnl Freely inspired by AC_TRY_LINK. (Maybe better to create a
dnl AC_LANG_JAVA instead...)
AC_DEFUN(ERL_TRY_LINK_JAVA,
[java_link='$JAVAC conftest.java 1>&AC_FD_CC'
-changequote(�, �)dnl
+changequote(, )dnl
cat > conftest.java <<EOF
-�$1�
+$1
class conftest { public static void main(String[] args) {
- �$2�
+ $2
; return; }}
EOF
changequote([, ])dnl