show better description for AMD64-linux static libraries PIC check

pull/1/head
Yang Tse 18 years ago
parent d85eb83c2b
commit 207cde73e2
  1. 4
      configure.ac

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

Loading…
Cancel
Save