summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-26 23:34:25 +0100
committerPeter Stuge <peter@stuge.se>2012-04-19 20:13:20 +0200
commitac8eed67e1595ee5a069623e48362d8a85dcb252 (patch)
treeb96a7a3702ed74bed1363c9a4e29a83462be2696
parent89ce6f7d05dc8ff4a441a01b192d2e20857f6c48 (diff)
downloadlibusb-ac8eed67e1595ee5a069623e48362d8a85dcb252.tar.gz
configure.ac: LT_LANG([Windows Resource]) makes windres check redundant
libusbx.git commit 4f9fd6a29a712b0e3312983e9ff153e6d7ed0822
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8e87a3..4912e87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,6 @@ windows)
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])
;;
esac