summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2012-01-05 05:35:55 +0100
committerJan Engelhardt <jengelh@medozas.de>2012-01-05 05:36:32 +0100
commitf5d67290ba7c4d4bbb8bd4a1247f814c3058b92e (patch)
tree2ea0bbd7f8315fc2d83625b69204d946917a539a /configure.ac
parentf6b2021cae926de6c709f50dda301f26f52fcb03 (diff)
build: remove unnecessary AC_EXEEXT
The result of AC_EXEEXT is never used -- there is no ${EXEEXT} to be found in the Makefiles. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 099de91..2be2bae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
AM_PROG_CC_C_O
-AC_EXEEXT
AC_DISABLE_STATIC
AM_PROG_LIBTOOL