Skip to content
Snippets Groups Projects
Commit 33fa1b00 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Extended Linux kluge to include ones where uname doesn't even have -p.

Rev: src/modules/Java/configure.in:1.41
parent e1f4dc31
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ if test "x$with_java" = xyes; then ...@@ -66,7 +66,8 @@ if test "x$with_java" = xyes; then
dnl Linux kluge dnl Linux kluge
if test x"$pike_cv_java_arch" = xunknown; then 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 fi
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment