summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2015-03-16 21:05:19 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-03-16 21:05:19 -0500
commitad04b392a10d7860ccd2ed8ae832a46873048724 (patch)
tree95072084b68c4efee3d45d135b5ed422a00c56bc
parentda4cc1bae1c7cebf0c7a81c9855351e02b294a15 (diff)
downloadgcab-ad04b392a10d7860ccd2ed8ae832a46873048724.tar.gz
configure.ac: don't use disable-fast-install
We're not sure why this is here, and it causes automake to install a libtool wrapper script named gcab into /usr/bin instead of gcab itself, which is pretty broken. So rather than debug and figure out what's wrong, I will just remove it and lo! the problem goes away.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 748e804..218c90a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
-LT_INIT([win32-dll disable-fast-install])
+LT_INIT([win32-dll])
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
PKG_PROG_PKG_CONFIG
GOBJECT_INTROSPECTION_CHECK([0.9.4])