Browse Source

Bugfix: Display --disable-modminer in configure --help now that it is enabled by default

Luke Dashjr 13 years ago
parent
commit
4d8ef67982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -208,7 +208,7 @@ fi
 AM_CONDITIONAL([HAS_ICARUS], [test x$icarus = xyes])
 
 AC_ARG_ENABLE([modminer],
-	[AC_HELP_STRING([--enable-modminer],[Compile support for ModMiner (default enabled)])],
+	[AC_HELP_STRING([--disable-modminer],[Compile support for ModMiner (default enabled)])],
 	[modminer=$enableval],
 	[modminer=yes]
 	)