summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-08-04 12:48:09 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-08-04 12:48:09 +0000
commit6fab66d4619079a258e53b38008df5ab74d9ffb2 (patch)
treef759eb44a0eb720ddda704290187238f525a23a0 /configure.ac
parent419c484adad86e26bda02223934e35987501e3e4 (diff)
downloadpygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.tar.gz
pygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.tar.xz
pygobject-6fab66d4619079a258e53b38008df5ab74d9ffb2.zip
hack to kill off all the libtool tags
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
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