* 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
This commit is contained in:
Derek Atkins
2003-01-20 05:09:42 +00:00
parent d953f96d13
commit f81efbb4e3
4 changed files with 5 additions and 30 deletions

View File

@@ -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 <derek@ihtfp.com>

View File

@@ -413,6 +413,8 @@ AC_ARG_ENABLE( sql,
done
fi
AS_SCRUB_INCLUDE(CFLAGS)
saved_LIBS="$LIBS"
PGSQL_LIBS=`${PG_CONFIG} --libdir`

View File

@@ -1,19 +0,0 @@
/*
* gnc-business-utils.c -- Utilities for the Business UI
* Copyright (C) 2001 Derek Atkins
* Author: Derek Atkins <warlord@MIT.EDU>
*/
#include "config.h"
#include <gnome.h>
#include "dialog-utils.h"
#include "gnc-ui.h"
#include "gncBusiness.h"
#include "gncCustomer.h"
#include "gncJob.h"
#include "gnc-business-utils.h"

View File

@@ -1,11 +0,0 @@
/*
* gnc-business-utils.h -- Utilities for the Business UI
* Copyright (C) 2001 Derek Atkins
* Author: Derek Atkins <warlord@MIT.EDU>
*/
#ifndef GNC_BUSINESS_UTILS_H_
#define GNC_BUSINESS_UTILS_H_
#endif /* GNC_BUSINESS_UTILS_H_ */