Henrik K wrote:
> On Tue, Feb 12, 2008 at 05:00:56PM +0200, Török Edwin wrote:
>   
>> Probably because the default grep won't grep in binary files.
>>
>> Please try this patch, which is in SVN r3474. Then rerun autoconf.
>>
>> .....
>> if ${GREP-grep} emmeelle conftest.$ac_objext >/dev/null 2>&1 ; then
>> .....
>>     
>
> I don't think Solaris has such a thing as binary-compatible grep.
>
> Atleast this works fine:
>
> if strings -a conftest.$ac_objext | grep emmeelle >/dev/null 2>&1 ; then
>
>   

On the Solaris 10 (x86) I tested, there was ggrep, and configure found
it and set GREP.

Best regards,
--edwin

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to