mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
fix test leftover in previous commit
This commit is contained in:
parent
74befdfbe0
commit
389a15a867
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user