diff configure.ac @ 1490:9b87cbe931e3

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.
author Michael Witten <mfwitten@gmail.com>
date Mon, 31 Jul 2017 23:55:52 +0000
parents 67bcd5fa40c6
children 55120acb9994
line wrap: on
line diff
--- a/configure.ac	Sun Feb 11 23:03:31 2018 +0800
+++ b/configure.ac	Mon Jul 31 23:55:52 2017 +0000
@@ -11,7 +11,6 @@
 
 # Checks for programs.
 AC_PROG_CC
-AC_PROG_MAKE_SET
 
 if test -z "$LD" ; then
 	LD=$CC