diff options
author | John Ericson <git@JohnEricson.me> | 2019-10-06 11:44:20 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:05:47 -0400 |
commit | d0edba3a24b513bfe460838f52522598f38bc417 (patch) | |
tree | 6a451189bd25a4afad0512e19c246fe8cdc50dac | |
parent | ab945819821be704b0a011dd69f4bd10ae77ec6d (diff) | |
download | haskell-d0edba3a24b513bfe460838f52522598f38bc417.tar.gz |
Remove CONFIGURE_ARGS from configure.ac
It looks like it's been unused since at least
34cc75e1a62638f2833815746ebce0a9114dc26b.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | mk/config.mk.in | 8 |
2 files changed, 0 insertions, 10 deletions
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=<cross-compile-target>` dnl works as expected, since we're slightly modifying how Autoconf dnl interprets build/host/target and how this interacts with $CC tests diff --git a/mk/config.mk.in b/mk/config.mk.in index 3bfc17f4b2..f9dbf4bc5a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -879,14 +879,6 @@ BUILD_EXTRA_PKGS = NO ################################################################################ # -# Library configure arguments -# -################################################################################ - -CONFIGURE_ARGS = @CONFIGURE_ARGS@ - -################################################################################ -# # To be passed to sub-builds # ################################################################################ |