[PATCH v3 08/11] xfsprogs: Add fls check into autoconf

Jan Tulak jtulak at redhat.com
Tue Aug 4 07:12:26 CDT 2015



----- Original Message -----
> From: "Christoph Hellwig" <hch at infradead.org>
> To: "Jan Tulak" <jtulak at redhat.com>
> Cc: hch at infradead.org, xfs at oss.sgi.com
> Sent: Tuesday, August 4, 2015 1:21:03 PM
> Subject: Re: [PATCH v3 08/11] xfsprogs: Add fls check into autoconf
> 
> Can't you just use something like:
> 
> AC_CHECK_DECL([fls],
>         [AC_DEFINE([HAVE_FLS_PROTOTYPE], [1],
> 	 [Define to 1 if have fls prototype])],
> 	 [],
> 	 [#include <string.h>])
> 

You mean to replace the entire autoconf part of the patch with this? 
I will try it. Autoconf is still a bit of a black magic for me, so I
used the already existing checks. :-)

Cheers,
Jan

-- 
Jan Tulak
jtulak at redhat.com



More information about the xfs mailing list