forked from lix-project/lix
* Typo.
This commit is contained in:
parent
098cb9d233
commit
6a5599fd01
|
@ -56,7 +56,7 @@ test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var
|
||||||
# Windows doesn't have anything like an RPATH embedded in executable.
|
# Windows doesn't have anything like an RPATH embedded in executable.
|
||||||
# Since this is kind of annoying, we use static libraries for now.
|
# Since this is kind of annoying, we use static libraries for now.
|
||||||
|
|
||||||
AC_ARG_ENABLE(static-nix, AC_HELP_STRING([--enable-statix-nix],
|
AC_ARG_ENABLE(static-nix, AC_HELP_STRING([--enable-static-nix],
|
||||||
[produce statically linked binaries]),
|
[produce statically linked binaries]),
|
||||||
static_nix=$enableval, static_nix=no)
|
static_nix=$enableval, static_nix=no)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue