We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8e63 commit aa93b65Copy full SHA for aa93b65
acinclude.m4
@@ -6,8 +6,7 @@ dnl _lib
6
dnl ------------------------------------------------------------------------
7
AC_DEFUN([AQ_CHECK_LIB64],
8
[
9
-if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" -o \
10
- "`uname -i | sed -e 's#.*x86.*#64#'`" = "64" ; then
+if test "`echo ${libdir} | sed -e 's#.*lib64.*#64#'`" = "64" ; then
11
_lib="lib64"
12
else
13
_lib="lib"
0 commit comments