* configure.in: fix a typo in the help (was --diable-gui). Fixes #131414

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9783 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2004-01-16 14:49:01 +00:00
parent b2635e8ba8
commit b2a2809315
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-01-16 Derek Atkins <derek@ihtfp.com>
* configure.in: fix a typo in the help (was --diable-gui). Fixes #131414
2004-01-15 Derek Atkins <derek@ihtfp.com>
* src/app-utils/options.scm: Create two new functions to centralize

View File

@@ -818,7 +818,7 @@ AC_CHECK_LIB(popt, poptStrippedArgv,, [AC_MSG_ERROR([
### --------------------------------------------------------------------------
AC_ARG_ENABLE(gui,
[ --diable-gui build without the GNOME GUI components of Gnucash],
[ --disable-gui build without the GNOME GUI components of Gnucash],
[case "${enableval}" in
yes) gnc_build_gui=true ;;
no) gnc_build_gui=false ;;