summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-15 15:35:51 +0000
committerYang Tse <yangsita@gmail.com>2007-03-15 15:35:51 +0000
commit207cde73e21d03532f3736d76eaef7608e74c419 (patch)
treec1abec7cd2e7be09dfe779800437a9612498347d /configure.ac
parentd85eb83c2b35d88c228ee076deb27a6a6cce1bce (diff)
downloadc-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.ac4
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])