4aac340
Argument -client not supported everywhere.
4aac340
4aac340
--- java-gnome-4.1.3-orig/configure	2013-05-05 01:08:23.000000000 +0000
4aac340
+++ java-gnome-4.1.3/configure	2017-06-26 20:27:03.177344814 +0000
4aac340
@@ -1651,7 +1651,7 @@
4aac340
 		$java_candidate = "/usr/bin/java";
4aac340
 		$vendor = "System Default";
4aac340
 	}
4aac340
-	check_runtime($java, "$vendor java VM", $java_candidate, "-client -ea");
4aac340
+	check_runtime($java, "$vendor java VM", $java_candidate, "-ea");
4aac340
 
4aac340
 	# check gij (the bytecode interpreter from the GCJ project)
4aac340
 	my $gij_candidate;