From f81efbb4e3b13bbbc85b2600ea502a954152fc65 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 20 Jan 2003 05:09:42 +0000 Subject: [PATCH] * configure.in -- scrub the CFLAGS for postgres, as per Roland Roberts' report. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7857 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ configure.in | 2 ++ .../business-gnome/gnc-business-utils.c | 19 ------------------- .../business-gnome/gnc-business-utils.h | 11 ----------- 4 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 src/business/business-gnome/gnc-business-utils.c delete mode 100644 src/business/business-gnome/gnc-business-utils.h diff --git a/ChangeLog b/ChangeLog index 3f13e4414f..a21c5e362b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,9 @@ are runtime (and via a new menu item) that displays all the bills that are due withing "Bills Due Days" days from now. It's ugly, but it's functional. Fixes #102439. + + * configure.in -- scrub the CFLAGS for postgres, as per Roland Roberts' + report. 2003-01-18 Derek Atkins diff --git a/configure.in b/configure.in index 347fd78a89..1f73e7f7e8 100644 --- a/configure.in +++ b/configure.in @@ -413,6 +413,8 @@ AC_ARG_ENABLE( sql, done fi + AS_SCRUB_INCLUDE(CFLAGS) + saved_LIBS="$LIBS" PGSQL_LIBS=`${PG_CONFIG} --libdir` diff --git a/src/business/business-gnome/gnc-business-utils.c b/src/business/business-gnome/gnc-business-utils.c deleted file mode 100644 index 47d8506629..0000000000 --- a/src/business/business-gnome/gnc-business-utils.c +++ /dev/null @@ -1,19 +0,0 @@ -/* - * gnc-business-utils.c -- Utilities for the Business UI - * Copyright (C) 2001 Derek Atkins - * Author: Derek Atkins - */ - -#include "config.h" - -#include - -#include "dialog-utils.h" -#include "gnc-ui.h" - -#include "gncBusiness.h" -#include "gncCustomer.h" -#include "gncJob.h" - -#include "gnc-business-utils.h" - diff --git a/src/business/business-gnome/gnc-business-utils.h b/src/business/business-gnome/gnc-business-utils.h deleted file mode 100644 index ffd6ace480..0000000000 --- a/src/business/business-gnome/gnc-business-utils.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * gnc-business-utils.h -- Utilities for the Business UI - * Copyright (C) 2001 Derek Atkins - * Author: Derek Atkins - */ - -#ifndef GNC_BUSINESS_UTILS_H_ -#define GNC_BUSINESS_UTILS_H_ - - -#endif /* GNC_BUSINESS_UTILS_H_ */