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 /configure.ac | |
| 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 'configure.ac')
| -rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index afb449950ff..aa97f67ebee 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -194,19 +194,6 @@ AC_SUBST([GZIP]) | |||
| 194 | AC_SUBST([BZIP2]) | 194 | AC_SUBST([BZIP2]) |
| 195 | AC_SUBST([XZ]) | 195 | AC_SUBST([XZ]) |
| 196 | 196 | ||
| 197 | AC_ARG_WITH([nix-prefix], | ||
| 198 | [AS_HELP_STRING([--with-nix-prefix=DIR], | ||
| 199 | [search for Nix in DIR (for testing purposes and '--disable-daemon' builds)])], | ||
| 200 | [case "$withval" in | ||
| 201 | yes|no) ;; | ||
| 202 | *) | ||
| 203 | NIX_PREFIX="$withval" | ||
| 204 | PATH="$NIX_PREFIX/bin:$PATH"; export PATH | ||
| 205 | AC_SUBST([NIX_PREFIX]) | ||
| 206 | ;; | ||
| 207 | esac], | ||
| 208 | []) | ||
| 209 | |||
| 210 | AC_ARG_WITH([nixpkgs], | 197 | AC_ARG_WITH([nixpkgs], |
| 211 | [AS_HELP_STRING([--with-nixpkgs=DIR], | 198 | [AS_HELP_STRING([--with-nixpkgs=DIR], |
| 212 | [search for Nixpkgs in DIR (for testing purposes only)])], | 199 | [search for Nixpkgs in DIR (for testing purposes only)])], |
