diff options
Diffstat (limited to 'zlib/configure.in')
-rw-r--r-- | zlib/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zlib/configure.in b/zlib/configure.in index 1654410..d8cf0bc 100644 --- a/zlib/configure.in +++ b/zlib/configure.in @@ -56,6 +56,10 @@ LIB_AC_PROG_CC # 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 AM_PROG_LIBTOOL |