diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-12-23 23:59:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-27 17:12:06 +0100 |
| commit | a016a451c41486d8f8277742d47157cc2597d5bc (patch) | |
| tree | 195557e6c28f4594e55a09a12c2c3f259c2065db /Makefile.am | |
| parent | be0a06ec41319a093b206a858ea16926c1f3f35f (diff) | |
maint: Remove unused '--with-nix-prefix' configure option.
* configure.ac: Remove '--with-nix-prefix' and 'NIX_PREFIX' variable.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove '--with-nix-prefix'.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e0ee65fccee..aec2bb1474e 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -722,7 +722,6 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ | |||
| 722 | --localstatedir="$$dc_install_base/var" \ | 722 | --localstatedir="$$dc_install_base/var" \ |
| 723 | --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \ | 723 | --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \ |
| 724 | --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \ | 724 | --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \ |
| 725 | --with-nix-prefix="$(NIX_PREFIX)" \ | ||
| 726 | --enable-daemon \ | 725 | --enable-daemon \ |
| 727 | ac_cv_guix_test_root="$(GUIX_TEST_ROOT)" | 726 | ac_cv_guix_test_root="$(GUIX_TEST_ROOT)" |
| 728 | 727 | ||
