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 | 5c7c79bd082c81266b11756eb8b6c7f897c967ac (patch) | |
tree | 2f36fa6614d3c6b0ba36de424503a99620f5bc98 | |
parent | 8605321d06bb3b3da441c698c9089c5f874b5776 (diff) |
show better description for AMD64-linux static libraries PIC check
-rw-r--r-- | ares/configure.ac | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index e62506558..4eb62d1ee 100644 --- a/ares/configure.ac +++ b/ares/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]) diff --git a/configure.ac b/configure.ac index 9bced6cb5..dc64153f6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |