diff options
author | Yang Tse <yangsita@gmail.com> | 2007-03-15 15:35:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-03-15 15:35:51 +0000 |
commit | 207cde73e21d03532f3736d76eaef7608e74c419 (patch) | |
tree | c1abec7cd2e7be09dfe779800437a9612498347d /configure.ac | |
parent | d85eb83c2b35d88c228ee076deb27a6a6cce1bce (diff) | |
download | c-ares-207cde73e21d03532f3736d76eaef7608e74c419.tar.gz c-ares-207cde73e21d03532f3736d76eaef7608e74c419.tar.bz2 c-ares-207cde73e21d03532f3736d76eaef7608e74c419.zip |
show better description for AMD64-linux static libraries PIC check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e625065..4eb62d1 100644 --- a/configure.ac +++ b/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]) |