summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-21 19:59:26 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2020-11-02 16:48:58 +0000
commitd555072c94c5d705b2f78b5e2d7d4276fc4f5971 (patch)
treecd5b471e6c5e7b0dc4f52f9046ee5144c8f52b8a
parent174268f4bba2975276dce5582f4d3e9f4b2bdfe2 (diff)
downloadcygnal-d555072c94c5d705b2f78b5e2d7d4276fc4f5971.tar.gz
cygnal-d555072c94c5d705b2f78b5e2d7d4276fc4f5971.tar.bz2
cygnal-d555072c94c5d705b2f78b5e2d7d4276fc4f5971.zip
Cygwin: Drop AC_SUBST(build_exeext)
The autoconf variable build_exeext isn't defined, and (since the doc subdirectory doesn't build any executables) it's value isn't used.
-rw-r--r--winsup/doc/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/doc/configure.ac b/winsup/doc/configure.ac
index 8364dc79e..32e52415a 100644
--- a/winsup/doc/configure.ac
+++ b/winsup/doc/configure.ac
@@ -20,7 +20,5 @@ AC_CANONICAL_TARGET
AC_PROG_CC
-AC_SUBST(build_exeext)
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT