Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 1b1ed0418e0428951814c24724a5b3dd > files > 1

trustedqsl-1.13-1.fc16.src.rpm

--- TrustedQSL-1.11/configure	2005-03-11 15:28:36.000000000 +0200
+++ TrustedQSL-1.11-mod/configure	2008-10-10 22:18:41.000000000 +0300
@@ -4057,7 +4057,7 @@
 
 checkexpatdir(){
   if test -z "$EXPAT"; then
-    if test -e "$1/lib/libexpat.a" || test -e "$1/lib/libexpat$dyn_lib_suf"; then
+    if test -e "$1/lib/libexpat.a" || test -e "$1/lib/libexpat$dyn_lib_suf" || test -e "$1/lib64/libexpat.a" || test -e "$1/lib64/libexpat$dyn_lib_suf"; then
       EXPAT="$1"
     fi
   fi
@@ -4073,7 +4073,7 @@
 
 checkzlibdir(){
   if test -z "$ZLIB"; then
-    if test -e "$1/lib/libz.a" || test -e "$1/lib/libz$dyn_lib_suf"; then
+    if test -e "$1/lib/libz.a" || test -e "$1/lib/libz$dyn_lib_suf" || test -e "$1/lib64/libz.a" || test -e "$1/lib64/libz$dyn_lib_suf"; then
       ZLIB="$1"
     fi
   fi