summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 786b73a..68acdc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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