fix test leftover in previous commit

This commit is contained in:
Yang Tse 2007-03-07 18:02:35 +00:00
parent 74befdfbe0
commit 389a15a867
2 changed files with 2 additions and 2 deletions

View File

@ -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
;;

View File

@ -130,7 +130,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
;;