1 diff --git a/acinclude.m4 b/acinclude.m4
2 index a7bc0fa..1a5bffc 100644
5 @@ -76,13 +76,14 @@ case "${host}" in
6 i386-emx-os2 | i[3456]86-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
16 + *) if test -z "$ac_cv_sys_symbol_underscore"; then
17 + if test "$cross_compiling" = yes; then
18 + if test "x$ac_cv_sys_symbol_underscore" = x ; then
19 + ac_cv_sys_symbol_underscore=yes