summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-26 23:34:25 +0100
committerPete Batard <pete@akeo.ie>2012-03-28 00:31:52 +0100
commit4f9fd6a29a712b0e3312983e9ff153e6d7ed0822 (patch)
treeababbf12aa4dfd4eb759f4e5234fcc9017028267 /configure.ac
parent743fd77dcb351072259ef4c5928b465d67dfea40 (diff)
autotools: LT_LANG([Windows Resource]) makes windres check redundant
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ebbc107..0b7b6aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)