show better description for AMD64-linux static libraries PIC check

This commit is contained in:
Yang Tse 2007-03-15 15:35:51 +00:00
parent 8605321d06
commit 5c7c79bd08
2 changed files with 4 additions and 4 deletions

View File

@ -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])

View File

@ -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])