1 diff --git a/configure b/configure
2 index 70a6d50..8f55d95 100755
5 @@ -22306,14 +22306,15 @@ case "${host}" in
6 i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp)
7 ac_cv_sys_symbol_underscore=yes
10 - if test "$cross_compiling" = yes; then
11 - if test "x$ac_cv_sys_symbol_underscore" = x ; then
12 - ac_cv_sys_symbol_underscore=yes
13 + *)if test -z "$ac_cv_sys_symbol_underscore";then
14 + if test "$cross_compiling" = yes; then
15 + if test "x$ac_cv_sys_symbol_underscore" = x ; then
16 + ac_cv_sys_symbol_underscore=yes
27 if test "$tmp_do_check" = "yes"; then