mirror of
https://github.com/curl/curl.git
synced 2026-07-21 01:07:19 +03:00
fix test leftover in previous commit
This commit is contained in:
parent
74befdfbe0
commit
389a15a867
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue