diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 19:50:29 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 19:50:29 +0000 |
commit | c93778fab12c26af3d587ba38f25a5341ec9a1fc (patch) | |
tree | e39eea5fe054df731c2e50e0ea29142772396269 | |
parent | 289f940e9f6c1a16fc81b8a8580988d76ac45273 (diff) |
added LIBTOOL_W32_DLL to allow compilation on w32
svn path=/trunk/externals/zexy/; revision=15416
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b489d92..097c765 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ KERN=$(uname -s) dnl Checks for programs. AC_PROG_CC +AC_LIBTOOL_WIN32_DLL AC_SUBST(STK) AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) |