aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test_server
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-02-22 11:16:14 +0100
committerLukas Larsson <[email protected]>2019-02-22 11:16:14 +0100
commita1e787d2eed6223f3b1c0175cfc379f61922c349 (patch)
treebf52742fd4a6656f479b5ac1a6256b147ef7e226 /lib/common_test/test_server
parent8172af0a1986fe50c3d7ea26baa80fdb423ae13c (diff)
parent9fc7abf9e8741552d11a64470b3c489120d069b1 (diff)
downloadotp-a1e787d2eed6223f3b1c0175cfc379f61922c349.tar.gz
otp-a1e787d2eed6223f3b1c0175cfc379f61922c349.tar.bz2
otp-a1e787d2eed6223f3b1c0175cfc379f61922c349.zip
Merge branch 'maint'
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