diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-11-30 02:43:24 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-11-30 02:43:24 -0500 |
commit | d5c774477b1d1cbbcc6a7daf00679bcb57193533 (patch) | |
tree | 977528287e05ba4b7efe737d9033bec11ae0da02 /configure.ac | |
parent | c6bbee48816f197a7d99bb61908a6d0601775a9c (diff) | |
download | dimension-d5c774477b1d1cbbcc6a7daf00679bcb57193533.tar.xz |
Make libtool work correctly on Windows (MinGW).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 266e990..b4147fd 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ AM_PROG_LEX AC_PROG_YACC AM_PROG_AS AC_PROG_INSTALL +AC_LIBTOOL_WIN32_DLL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_LIBTOOL |