65567fea54
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libxml2#80f8374a0fb119668afc63e16d1de3a636f05b40
25 lines
490 B
Diff
25 lines
490 B
Diff
*** XML/xml2-config.in.orig 2006-06-06 16:35:56.000000000 +0200
|
|
--- XML/xml2-config.in 2006-06-06 16:36:24.000000000 +0200
|
|
***************
|
|
*** 3,9 ****
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
! libdir=@libdir@
|
|
|
|
usage()
|
|
{
|
|
--- 3,14 ----
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
! if [ "`ldd /bin/sh | grep lib64`" = "" ]
|
|
! then
|
|
! libdir=${exec_prefix}/lib
|
|
! else
|
|
! libdir=${exec_prefix}/lib64
|
|
! fi
|
|
|
|
usage()
|
|
{
|