[PATCH] autotools: LT_LANG([Windows Resource]) makes windres check redundant
Pete Batard
pete at akeo.ie
Mon Mar 26 19:54:02 EDT 2012
Fairly explicit.
NB: previous patch (xusb) didn't make it to infradead as it's larger
than the default 40 KB attachment size.
Note that our max attachment size on SF is currently set to 512 KB.
Regards,
/Pete
-------------- next part --------------
>From c46c97edd9b3575c80277d9496b2b25072271549 Mon Sep 17 00:00:00 2001
From: Pete Batard <pete at akeo.ie>
Date: Mon, 26 Mar 2012 23:34:25 +0100
Subject: [PATCH] autotools: LT_LANG([Windows Resource]) makes windres check redundant
---
configure.ac | 1 -
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)
--
1.7.9.msysgit.0
More information about the libusbx
mailing list