summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-22 11:46:58 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:25:47 +0100
commit722565ce6f7bb2361207c43769f27c76864fdae1 (patch)
tree2bfd0a686beac3d3fbb65b7ba86f5f1f16bb48f6 /configure.ac
parent3dc2025a38b7fccd3cec8990bf46710009c9fa38 (diff)
downloadmsitools-722565ce6f7bb2361207c43769f27c76864fdae1.tar.gz
msitools-722565ce6f7bb2361207c43769f27c76864fdae1.tar.xz
msitools-722565ce6f7bb2361207c43769f27c76864fdae1.zip
drop OLE Automation support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8eef149..5188dc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,7 @@ AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_YACC
-AC_CHECK_TOOLS([WIDL], [widl],
- [AC_MSG_ERROR([could not find widl])])
-
AC_ARG_VAR([RCFLAGS], [Flags for the Windows resource compiler])
-AC_ARG_VAR([IDLFLAGS], [Flags for the Windows IDL compiler])
LT_INIT([win32-dll disable-fast-install])
LT_LANG([Windows Resource])