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 /configure.ac | |
parent | 8605321d06bb3b3da441c698c9089c5f874b5776 (diff) | |
download | curl-5c7c79bd082c81266b11756eb8b6c7f897c967ac.tar.gz |
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 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]) |