Description: Use server (instead of client) as a library subdir on i386
 Fixes RC bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814431
Author: Lev Lamberov <dogsleg@debina.org>
Origin: other
Last-Update: 2016-02-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/packages/jpl/ac/ac_jni_include_dirs.m4
+++ b/packages/jpl/ac/ac_jni_include_dirs.m4
@@ -77,7 +77,7 @@ mingw32*)       JNI_CLIENT_DIRS="$_JTOPD
 *)  case "$host_cpu" in
 	i?86)
 		_JNI_LIBDIRS="lib/i386"
-		_JNI_LIBSUBDIRS="client"
+		_JNI_LIBSUBDIRS="server"
 		;;
 	x86_64)
 		_JNI_LIBDIRS="lib/amd64"
