2010-03-27 16:11:25 +01:00
|
|
|
diff --git a/configure b/configure
|
|
|
|
index 70a6d50..8f55d95 100755
|
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
|
|
|
@@ -22306,14 +22306,15 @@ case "${host}" in
|
2007-09-19 14:20:52 +02:00
|
|
|
i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp)
|
|
|
|
ac_cv_sys_symbol_underscore=yes
|
|
|
|
;;
|
|
|
|
- *)
|
2010-03-27 16:11:25 +01:00
|
|
|
- if test "$cross_compiling" = yes; then
|
|
|
|
- if test "x$ac_cv_sys_symbol_underscore" = x ; then
|
|
|
|
- ac_cv_sys_symbol_underscore=yes
|
2007-09-19 14:20:52 +02:00
|
|
|
+ *)if test -z "$ac_cv_sys_symbol_underscore";then
|
2010-03-27 16:11:25 +01:00
|
|
|
+ if test "$cross_compiling" = yes; then
|
|
|
|
+ if test "x$ac_cv_sys_symbol_underscore" = x ; then
|
|
|
|
+ ac_cv_sys_symbol_underscore=yes
|
|
|
|
+ fi
|
|
|
|
+ else
|
|
|
|
+ tmp_do_check="yes"
|
|
|
|
+ fi
|
|
|
|
fi
|
|
|
|
- else
|
|
|
|
- tmp_do_check="yes"
|
|
|
|
- fi
|
2007-09-19 14:20:52 +02:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
if test "$tmp_do_check" = "yes"; then
|