Skip to content
Snippets Groups Projects
Commit d048d8eb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Potential fixes needed for OSF/1.

Rev: src/modules/Java/configure.in:1.42
parent b1916062
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,9 @@ if test "x$with_java" = xyes; then
dnl Linux kluge
if test x"$pike_cv_java_arch":"$pike_cv_java_sysos" = xunknown:linux -o
if test x"$pike_cv_java_arch":"$pike_cv_java_sysos" = xunknown:linux -o \
x"$pike_cv_java_arch":"$pike_cv_java_sysos" = xno:linux; then
[pike_cv_java_arch="`uname -m | sed -e 's/^i[4-9]86/i386/'`"]
pike_cv_java_arch="`uname -m | sed -e 's/^i[[4-9]]86/i386/'`"
fi
])
AC_MSG_RESULT($pike_cv_java_arch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment