mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 22:45:29 +08:00
20 lines
701 B
Diff
20 lines
701 B
Diff
![]() |
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -3999,11 +3999,11 @@
|
||
|
LDFLAGS="$LDFLAGS -lpthread"
|
||
|
fi
|
||
|
if test "$cross_compiling" = yes; then :
|
||
|
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||
|
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||
|
-as_fn_error $? "cannot run test program while cross compiling
|
||
|
-See \`config.log' for more details" "$LINENO" 5; }
|
||
|
-else
|
||
|
+# { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||
|
+#$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||
|
+#as_fn_error $? "cannot run test program while cross compiling
|
||
|
+#See \`config.log' for more details" "$LINENO" 5; }
|
||
|
+#else
|
||
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||
|
/* end confdefs.h. */
|
||
|
|