mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -413,6 +413,8 @@ AC_ARG_ENABLE( sql,
|
||||
done
|
||||
fi
|
||||
|
||||
AS_SCRUB_INCLUDE(CFLAGS)
|
||||
|
||||
saved_LIBS="$LIBS"
|
||||
|
||||
PGSQL_LIBS=`${PG_CONFIG} --libdir`
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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_ */
|
||||
Reference in New Issue
Block a user