autotools: LT_LANG([Windows Resource]) makes windres check redundant
authorPete Batard <pete@akeo.ie>
Mon, 26 Mar 2012 22:34:25 +0000 (23:34 +0100)
committerPete Batard <pete@akeo.ie>
Tue, 27 Mar 2012 23:31:52 +0000 (00:31 +0100)
configure.ac

index ebbc107..0b7b6aa 100644 (file)
@@ -100,7 +100,6 @@ if test "$backend" = windows; then
        AC_SUBST(OS_WINDOWS)
        PC_LIBS_PRIVATE=""
        LTLDFLAGS="${LTLDFLAGS} -avoid-version -Wl,--add-stdcall-alias"
-       AC_CHECK_TOOL(RC, windres, no)
        AC_DEFINE([POLL_NFDS_TYPE],[unsigned int],[type of second poll() argument])
 fi
 AC_SUBST(THREAD_CFLAGS)