Skip to content

Commit aa93b65

Browse files
author
rblazek
committed
reverted hack for 64bit, it was causing fail on 64bit machines and packages compiled without libdir option (default) and for mingw32 on 64bit machine
git-svn-id: http://svn.osgeo.org/qgis/trunk@5119 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 62f8e63 commit aa93b65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

acinclude.m4

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ dnl _lib
66
dnl ------------------------------------------------------------------------
77
AC_DEFUN([AQ_CHECK_LIB64],
88
[
9-
if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" -o \
10-
"`uname -i | sed -e 's#.*x86.*#64#'`" = "64" ; then
9+
if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" ; then
1110
_lib="lib64"
1211
else
1312
_lib="lib"

0 commit comments

Comments
 (0)