Skip to content

Commit

Permalink
reverted hack for 64bit, it was causing fail on 64bit machines and pa…
Browse files Browse the repository at this point in the history
…ckages compiled without libdir option (default) and for mingw32 on 64bit machine

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5119 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 30, 2006
1 parent bddb316 commit 0d5e656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acinclude.m4
Expand Up @@ -6,8 +6,7 @@ dnl _lib
dnl ------------------------------------------------------------------------
AC_DEFUN([AQ_CHECK_LIB64],
[
if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" -o \
"`uname -i | sed -e 's#.*x86.*#64#'`" = "64" ; then
if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" ; then
_lib="lib64"
else
_lib="lib"
Expand Down

0 comments on commit 0d5e656

Please sign in to comment.