summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-07 18:02:35 +0000
committerYang Tse <yangsita@gmail.com>2007-03-07 18:02:35 +0000
commit1aadb5e290072fe4e3803172d213977d5ed56c14 (patch)
treec1d6ccabde16f0c8df8541170f13b1bc1719a8f2 /configure.ac
parentd8bc20eb43fc17f1c15f1b477cde4263c2e31227 (diff)
downloadc-ares-1aadb5e290072fe4e3803172d213977d5ed56c14.tar.gz
c-ares-1aadb5e290072fe4e3803172d213977d5ed56c14.tar.bz2
c-ares-1aadb5e290072fe4e3803172d213977d5ed56c14.zip
fix test leftover in previous commit
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d1905d2..e625065 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ 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)])
case $host in
- x86_64*linux* | *-*-cygwin)
+ x86_64*linux*)
AC_MSG_RESULT([yes])
with_pic=yes
;;