diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-08-04 12:48:09 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-08-04 12:48:09 +0000 |
| commit | 6fab66d4619079a258e53b38008df5ab74d9ffb2 (patch) | |
| tree | f759eb44a0eb720ddda704290187238f525a23a0 | |
| parent | 419c484adad86e26bda02223934e35987501e3e4 (diff) | |
| download | pygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.tar.gz pygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.tar.xz pygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.zip | |
hack to kill off all the libtool tags
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-08-04 Gustavo J. A. M. Carneiro <gjc@gnome.org> + + * configure.in: Add hack to disable libtool checking for g++ and + g77 (copied from libglade). + 2006-07-29 John Finlay <finlay@moeraki.com> * gobject/pygobject.h (pyg_param_gvalue_from_pyobject): Fix define diff --git a/configure.ac b/configure.ac index d317d75..0a32eb4 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,12 @@ AC_MSG_RESULT([$os_win32]) AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes") AC_DISABLE_STATIC + +dnl XXXX hack to kill off all the libtool tags ... +dnl it isn't like we are using C++ or Fortran. +dnl (copied from libglade/configure.in) +m4_define([_LT_AC_TAGCONFIG],[]) + AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL |
