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_ */