show better description for AMD64-linux static libraries PIC check
This commit is contained in:
parent
8605321d06
commit
5c7c79bd08
@ -83,8 +83,8 @@ m4_defun([AC_LIBTOOL_CXX],[])
|
||||
m4_ifdef([AC_LIBTOOL_F77], [m4_undefine([AC_LIBTOOL_F77])])
|
||||
m4_defun([AC_LIBTOOL_F77],[])
|
||||
|
||||
dnl force libtool to build static libraries with PIC on AMD64
|
||||
AC_MSG_CHECKING([if target is AMD64 (to build static libraries with PIC)])
|
||||
dnl force libtool to build static libraries with PIC on AMD64-linux
|
||||
AC_MSG_CHECKING([if arch-OS host is AMD64-linux (to build static libraries with PIC)])
|
||||
case $host in
|
||||
x86_64*linux*)
|
||||
AC_MSG_RESULT([yes])
|
||||
|
@ -127,8 +127,8 @@ m4_defun([AC_LIBTOOL_CXX],[])
|
||||
m4_ifdef([AC_LIBTOOL_F77], [m4_undefine([AC_LIBTOOL_F77])])
|
||||
m4_defun([AC_LIBTOOL_F77],[])
|
||||
|
||||
dnl force libtool to build static libraries with PIC on AMD64
|
||||
AC_MSG_CHECKING([if target is AMD64 (to build static libraries with PIC)])
|
||||
dnl force libtool to build static libraries with PIC on AMD64-linux
|
||||
AC_MSG_CHECKING([if arch-OS host is AMD64-linux (to build static libraries with PIC)])
|
||||
case $host in
|
||||
x86_64*linux*)
|
||||
AC_MSG_RESULT([yes])
|
||||
|
Loading…
x
Reference in New Issue
Block a user