From: Will Thompson Date: Thu, 16 Nov 2017 14:20:07 +0000 (+0000) Subject: build: fix "executible" typo X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~29^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d04debb4fb28395e6567805bc16a10e6a3af10a2;p=ostree.git build: fix "executible" typo Closes: #1345 Approved by: jlebon --- diff --git a/configure.ac b/configure.ac index 6b095504..a1271909 100644 --- a/configure.ac +++ b/configure.ac @@ -503,7 +503,7 @@ AS_IF([test x$with_grub2_mkconfig_path = x], [ dnl on some 'grub'. We default to grub2-mkconfig. AC_CHECK_PROGS(GRUB2_MKCONFIG, [grub2-mkconfig grub-mkconfig], [grub2-mkconfig]) ],[GRUB2_MKCONFIG=$with_grub2_mkconfig_path]) -AC_DEFINE_UNQUOTED([GRUB2_MKCONFIG_PATH], ["$GRUB2_MKCONFIG"], [The system grub2-mkconfig executible name]) +AC_DEFINE_UNQUOTED([GRUB2_MKCONFIG_PATH], ["$GRUB2_MKCONFIG"], [The system grub2-mkconfig executable name]) AC_ARG_WITH(static-compiler, AS_HELP_STRING([--with-static-compiler],