diff options
author | Lukas Larsson <[email protected]> | 2019-02-22 11:16:14 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-22 11:16:14 +0100 |
commit | a1e787d2eed6223f3b1c0175cfc379f61922c349 (patch) | |
tree | bf52742fd4a6656f479b5ac1a6256b147ef7e226 /lib/common_test | |
parent | 8172af0a1986fe50c3d7ea26baa80fdb423ae13c (diff) | |
parent | 9fc7abf9e8741552d11a64470b3c489120d069b1 (diff) | |
download | otp-a1e787d2eed6223f3b1c0175cfc379f61922c349.tar.gz otp-a1e787d2eed6223f3b1c0175cfc379f61922c349.tar.bz2 otp-a1e787d2eed6223f3b1c0175cfc379f61922c349.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/test_server/configure.in | 6 |
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 |