From 1aadb5e290072fe4e3803172d213977d5ed56c14 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 7 Mar 2007 18:02:35 +0000 Subject: [PATCH] fix test leftover in previous commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1905d26..e6250655 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 ;;