summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2017-07-31 23:55:52 +0000
committerMatt Johnston <matt@ucc.asn.au>2018-02-11 23:43:19 +0800
commitad9db51434a037f6be6820b7a943825f13514209 (patch)
treee6ccced0064abdd34971d74f39d35b69c660507b /configure.ac
parent1a37d7aa489cabbc1e8de2503540a17625d5c97d (diff)
build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'
The makefile variable `space' is never used. The autoconf output variable `SET_MAKE' is never used, so the autoconf macro `AC_PROG_MAKE_SET' has been removed.
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 0e1a4fc..0e71ffd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,6 @@ AC_CONFIG_SRCDIR(buffer.c)
# Checks for programs.
AC_PROG_CC
-AC_PROG_MAKE_SET
if test -z "$LD" ; then
LD=$CC