mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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…
Reference in New Issue
Block a user