mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
29 lines
923 B
Plaintext
29 lines
923 B
Plaintext
*** configure.orig Wed Dec 23 19:24:45 1998
|
|
--- configure Wed Dec 23 19:26:33 1998
|
|
***************
|
|
*** 2616,2620 ****
|
|
; return 0; }
|
|
EOF
|
|
! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
rm -rf conftest*
|
|
ac_cv_c_extern_prefix="yes"
|
|
--- 2616,2620 ----
|
|
; return 0; }
|
|
EOF
|
|
! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
|
|
rm -rf conftest*
|
|
ac_cv_c_extern_prefix="yes"
|
|
***************
|
|
*** 2657,2661 ****
|
|
; return 0; }
|
|
EOF
|
|
! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
rm -rf conftest*
|
|
ac_cv_c_asm_string="yes"
|
|
--- 2657,2661 ----
|
|
; return 0; }
|
|
EOF
|
|
! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
|
|
rm -rf conftest*
|
|
ac_cv_c_asm_string="yes"
|