[LTP] [PATCH v4 03/14] m4: Fix libkeyutils detection on 32-bit cross build
Cyril Hrubis
chrubis@suse.cz
Tue Oct 17 14:42:42 CEST 2017
Hi!
> +AC_DEFUN([LTP_CHECK_KEYUTILS_SUPPORT], [
> + AC_CHECK_LIB([keyutils], [add_key],
> + [AC_DEFINE(HAVE_LIBKEYUTILS, 1, [Define to 1 if you have libkeyutils installed.]),
^
I've removed this comma
otherwise it tries to
execute command ','
during the configure
run.
The [] is actually quotation not an array so the macros in [] are not
separated by commas, only the macro parameters are.
> + AC_SUBST(KEYUTILS_LIBS, "-lkeyutils")])
> ])
And I've pushed the patchset up to this patch, thanks.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list