diff options
Diffstat (limited to 'libjava/acinclude.m4')
| -rw-r--r-- | libjava/acinclude.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index bee54131364..6540dd5915a 100644 --- a/libjava/acinclude.m4 +++ b/libjava/acinclude.m4 @@ -67,6 +67,10 @@ AM_MAINTAINER_MODE # automake happy, but we dont execute it, since we dont care about # the result. if false; then + # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands + # to nothing, so nothing would remain between `then' and `fi' if it + # were not for the `:' below. + : AC_EXEEXT fi |

