From b2a28093151be22633498137fbabc91cd05a69c5 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 16 Jan 2004 14:49:01 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ;;