libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windres on mingw32 and cygwin


From: Ralf Wildenhues
Subject: Re: windres on mingw32 and cygwin
Date: Sat, 13 Dec 2008 21:27:28 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* Jason Curl wrote on Sat, Dec 13, 2008 at 09:05:52PM CET:
> Ralf Wildenhues wrote:
>> I guess you're missing an
>>   LT_LANG([Windows Resource])

> I have a macro that calls this for me.
>
> AC_DEFUN([LX_PROG_RC],
>  [AS_IF([test x$ac_cv_prog_ac_ct_RC = x], [LT_LANG([Windows Resource])], 
> [])
>   AM_CONDITIONAL([HAVE_WINDRES], [test x$ac_cv_prog_ac_ct_RC != x])
>  ])
>
> Looks like that isn't working properly, because the AM_CONDITIONAL was  
> setting HAVE_WINDRES else I wouldn't be compiling the rsrc.rc file at 
> all.

Does it work if you move the LT_LANG out of the conditional?

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]