[LTP] [COMMITTED][PATCH 1/1] cpuset: Detect missing fts.h
Petr Vorel
petr.vorel@gmail.com
Mon Mar 25 00:33:58 CET 2019
Hi Cyril,
> > diff --git a/configure.ac b/configure.ac
> > index e002c248e..f05db9d2e 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -235,6 +235,7 @@ LTP_DETECT_HOST_CPU
> > LTP_CHECK_PERF_EVENT
> > LTP_CHECK_SYNCFS
> > LTP_CHECK_SYNC_FILE_RANGE
> > +LTP_CHECK_FTS_H
> Any reason why we couldn't simply put the fts.h at the end of the
> AC_CHECK_HEADERS() list in configure.ac?
Yes, without AC_SUBST the result is not visible to make (it's just in config.h).
Or am I wrong? That was the reason, why I didn't take [1] this patch [2].
Anyway, I'm sorry, I thought it's simple enough not to be reviewed, but next
time I'll send it to ML.
Kind regards,
Petr
[1] http://lists.linux.it/pipermail/ltp/2019-March/011428.html
[2] https://patchwork.ozlabs.org/patch/1058067/
More information about the ltp
mailing list