From d0edba3a24b513bfe460838f52522598f38bc417 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 6 Oct 2019 11:44:20 -0400 Subject: Remove CONFIGURE_ARGS from configure.ac It looks like it's been unused since at least 34cc75e1a62638f2833815746ebce0a9114dc26b. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a531c1e83..082a273eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,6 @@ if test ! -f mk/config.h.in; then exit 1 fi -AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args]) - dnl this makes sure `./configure --target=` dnl works as expected, since we're slightly modifying how Autoconf dnl interprets build/host/target and how this interacts with $CC tests -- cgit v1.2.1