939a313afe
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24773 3c298f89-4303-0410-b956-a3cf2f4a3e73
84 lines
3.3 KiB
Diff
84 lines
3.3 KiB
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -12503,7 +12503,7 @@ fi
|
|
ac_libs=$LIBS
|
|
LIBS="$LIBS -ldl"
|
|
if test "$cross_compiling" = yes; then
|
|
- found=no
|
|
+ found=yes
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 12510 "configure"
|
|
@@ -14373,7 +14373,7 @@ rm -f conftest*
|
|
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 14380 "configure"
|
|
@@ -15622,7 +15622,7 @@ EOF
|
|
if { (eval echo configure:15623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 15629 "configure"
|
|
@@ -16119,7 +16119,7 @@ else
|
|
rm -fr conftest*
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 16126 "configure"
|
|
@@ -43891,7 +43891,7 @@ EOF
|
|
echo $ac_n "checking if iconv supports errno""... $ac_c" 1>&6
|
|
echo "configure:43893: checking if iconv supports errno" >&5
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 43898 "configure"
|
|
@@ -46349,7 +46349,7 @@ rm -f conftest*
|
|
old_LIBS=$LIBS
|
|
LIBS="$TST_LIBS $LIBS"
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 46356 "configure"
|
|
@@ -46408,7 +46408,7 @@ echo "configure:46407: checking whether
|
|
old_LIBS=$LIBS
|
|
LIBS="$TST_LIBS $LIBS"
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 46415 "configure"
|
|
@@ -93628,7 +93628,7 @@ echo "configure:93628: checking for Sabl
|
|
old_CPPFLAGS=$CPPFLAGS
|
|
CPPFLAGS="$CPPFLAGS -I$XSLT_DIR/include"
|
|
if test "$cross_compiling" = yes; then
|
|
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
+ { echo "configure: error: can not run test program while cross compiling" 1>&2; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 93635 "configure"
|
|
@@ -102819,7 +102819,7 @@ variables_saved_for_relink="$variables_s
|
|
link_all_deplibs=$link_all_deplibs
|
|
|
|
# Compile-time system search path for libraries
|
|
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
|
|
+sys_lib_search_path_spec=
|
|
|
|
# Run-time system search path for libraries
|
|
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
|