diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.ac | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-07-14 Johan Dahlin <johan@gnome.org> + Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake + + * configure.ac: + Patch by Tim Mooney + +2008-07-14 Johan Dahlin <johan@gnome.org> + Bug 448173 – use python-config to get python includes * configure.ac: diff --git a/configure.ac b/configure.ac index 87b5789..5f6428b 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ m4_define([_LT_AC_TAGCONFIG],[]) AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL +AM_PROG_CC_C_O AM_PATH_PYTHON(2.3.5) |
