diff --git a/ChangeLog b/ChangeLog index 8eb511f84d..184b9547ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-16 Derek Atkins + + * configure.in: fix a typo in the help (was --diable-gui). Fixes #131414 + 2004-01-15 Derek Atkins * src/app-utils/options.scm: Create two new functions to centralize diff --git a/configure.in b/configure.in index fe9e5f06a9..c7f062ecea 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;