From 6a5599fd014af87ccffd20e5fa172d8b561636d1 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Thu, 7 May 2009 11:33:57 +0000
Subject: [PATCH] * Typo.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ac76beb1e..0ad3a2a9c 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)
 
-- 
GitLab