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

server/ begone!!! (Breaks Linux.)

Rev: src/modules/Java/configure.in:1.19
parent fc7775cb
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ if test "x$with_java" = xyes; then
fi
for i in "$pike_cv_java_arch/$pike_cv_java_threads_type" \
"$pike_cv_java_arch/classic" "$pike_cv_java_arch" \
"$pike_cv_java_arch/server" "." "../bin" "../bin/classic"; do
"." "../bin" "../bin/classic"; do
if test -d "$tmp_java_lib_dir/$i/." && ls $tmp_java_lib_dir/$i/lib* >/dev/null 2>&1; then
pike_cv_java_lib_dir="$pike_cv_java_lib_dir$tmp_java_lib_dir/$i "
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment