summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-02-13 16:31:11 +0100
committerAlessio Treglia <alessio@debian.org>2012-02-13 16:31:11 +0100
commit901ab6d7c9fbca7920f0125cafe78dd8d78f2b60 (patch)
tree93b10ae704dc42304b12cf33c2ea6ae5f8467d69 /configure
parent908a1aa4df007d7ab5c9e5b29e4bb1228f9ff738 (diff)
Imported Upstream version 0.4.5+svn3915~dfsg0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index feca36b..a117a4a 100755
--- a/configure
+++ b/configure
@@ -292,6 +292,8 @@ for opt do
case "$opt" in
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`
;;
+ --libdir=*) libdir=`echo $opt | cut -d '=' -f 2`
+ ;;
--mandir=*) mandir=`echo $opt | cut -d '=' -f 2`
;;
--source-path=*) source_path=`echo $opt | cut -d '=' -f 2`
@@ -340,9 +342,6 @@ case "$cpu" in
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
cpu="x86_64"
- if test "$linux" = "yes" ; then
- libdir="lib64"
- fi
want_pic="yes"
fi
fi
@@ -355,7 +354,6 @@ case "$cpu" in
;;
ppc64)
cpu="powerpc"
- libdir="lib64"
;;
"Power Macintosh"|ppc)
cpu="powerpc"