diff --git a/configure.ac b/configure.ac
index ac76beb1e0fc0fe8b6c182bf0c9bd6b7987f148d..0ad3a2a9c9177898f80ed2bad1488505eb6ae950 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)