From 3ba7ac25cae7500fd752437e3ddce3ca6066ab53 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 18 Jan 2001 22:41:40 +0000 Subject: [PATCH] Derek Atkins' patch making it possible to disable guppi support. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3495 57a11ea4-9604-0410-9ed3-97b8803252fd --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 1383bac9eb..6121dbadef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -59,6 +59,9 @@ /* The db1 database library */ #undef PREFER_DB1 +/* Should we add guppi support? */ +#undef USE_GUPPI + /* Use the new gtkhtml widget instead of the old xmhtml widget */ #undef HAVE_LIBGTKHTML