mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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
|
||||
|
||||
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user