aboutsummaryrefslogtreecommitdiff
path: root/libobjc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/configure.in')
-rw-r--r--libobjc/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libobjc/configure.in b/libobjc/configure.in
index d568610..86a8d92 100644
--- a/libobjc/configure.in
+++ b/libobjc/configure.in
@@ -91,6 +91,10 @@ AC_PROG_INSTALL
# 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