Skip to content

Commit

Permalink
Apply Ticket #27: acinclude_m4_64bit.patch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5110 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 29, 2006
1 parent 7904178 commit 25a4e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acinclude.m4
Expand Up @@ -6,7 +6,8 @@ dnl _lib
dnl ------------------------------------------------------------------------
AC_DEFUN([AQ_CHECK_LIB64],
[
if test `echo ${libdir} | sed -e 's#.*lib64.*#64#'` = "64"; then
if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" -o \
"`uname -i | sed -e 's#.*x86.*#64#'`" = "64" ; then
_lib="lib64"
else
_lib="lib"
Expand Down

0 comments on commit 25a4e5b

Please sign in to comment.