mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-08-16 17:36:51 +00:00
16 lines
597 B
Diff
16 lines
597 B
Diff
--- configure.orig 2011-05-17 22:54:24.000000000 +0200
|
|
+++ configure 2011-05-17 22:51:35.000000000 +0200
|
|
@@ -10183,9 +10183,9 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking getaddrinfo bug" >&5
|
|
$as_echo_n "checking getaddrinfo bug... " >&6; }
|
|
if test "$cross_compiling" = yes; then :
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy" >&5
|
|
-$as_echo "buggy" >&6; }
|
|
-buggygetaddrinfo=yes
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: assume ok" >&5
|
|
+$as_echo "assume ok" >&6; }
|
|
+buggygetaddrinfo=no
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|