diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-01-02 18:17:51 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-01-02 18:17:51 -0800 |
commit | 8d9c7e37c95da12bcff0e1ba21a45d3efb8b9041 (patch) | |
tree | 583bdcff2908bfbf6849b82093a19aa01bc41f1b /configure.ac | |
parent | cc71e0a589fd6ca3f40137ff5b21675684172c9b (diff) | |
download | kmod-8d9c7e37c95da12bcff0e1ba21a45d3efb8b9041.tar.gz kmod-8d9c7e37c95da12bcff0e1ba21a45d3efb8b9041.tar.bz2 kmod-8d9c7e37c95da12bcff0e1ba21a45d3efb8b9041.zip |
build: use tool from configure
This way we make sure the tool will be the one we actually configured
before going through sudo.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca94bf8..932e87d 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AC_PROG_MKDIR_P AC_PROG_LN_S PKG_PROG_PKG_CONFIG AC_PATH_PROG([XSLTPROC], [xsltproc]) +AC_PATH_PROG([MKOSI], [mkosi]) AC_PROG_CC_C99 |