From: Pete Batard Date: Mon, 26 Mar 2012 22:34:25 +0000 (+0100) Subject: autotools: LT_LANG([Windows Resource]) makes windres check redundant X-Git-Tag: upstream/1.0.21~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f9fd6a29a712b0e3312983e9ff153e6d7ed0822;p=platform%2Fupstream%2Flibusb.git autotools: LT_LANG([Windows Resource]) makes windres check redundant --- 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)