diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-05-07T11·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-05-07T11·33+0000 |
commit | 6a5599fd014af87ccffd20e5fa172d8b561636d1 (patch) | |
tree | 483d6affb4b1f79ee342133e8b43e2622cd16a13 /configure.ac | |
parent | 098cb9d233ff7e1568b55e88dacf52e1dc8eebab (diff) |
* Typo.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac76beb1e0fc..0ad3a2a9c917 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var # Windows doesn't have anything like an RPATH embedded in executable. # 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]), static_nix=$enableval, static_nix=no) |