configure.ac: Enable libtool support for Windows Resource language
authorPeter Stuge <peter@stuge.se>
Thu, 22 Sep 2011 19:17:37 +0000 (21:17 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 17 Oct 2011 14:25:51 +0000 (16:25 +0200)
configure.ac

index 8020907..34be1be 100644 (file)
@@ -37,6 +37,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AC_PREREQ([2.50])
 AC_PROG_CC
 AC_PROG_LIBTOOL
+LT_LANG([Windows Resource])
 AC_C_INLINE
 AM_PROG_CC_C_O
 AC_DEFINE([_GNU_SOURCE], 1, [Use GNU extensions])