[PATCH 1/4] configure.ac: Fix unmatched brackets
Samuel Mendoza-Jonas
sam at mendozajonas.com
Tue Nov 21 14:13:15 AEDT 2017
On Thu, 2017-11-16 at 14:49 +1100, Cyril Bur wrote:
> Signed-off-by: Cyril Bur <cyrilbur at gmail.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index a4b5fc7..3ed41ee 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -59,7 +59,7 @@ AC_CHECK_LIB([udev], [udev_new],
>
> PKG_CHECK_EXISTS(libudev >= 218, [old_udev=no], [old_udev=yes])
> if test "$old_udev" = "yes" ; then
> - AC_DEFINE(UDEV_LOGGING, 1, [Support old udev logging interface])],
> + AC_DEFINE(UDEV_LOGGING, 1, [Support old udev logging interface])
> fi
>
> AC_CHECK_LIB([devmapper], [dm_task_create],
I'm not going to dwell on how this ever worked.
More information about the Petitboot
mailing list