0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Enable -C to install if supported (fix typo).

This commit is contained in:
Jason Volk 2022-08-14 17:25:39 -07:00
parent d743925776
commit b0b0f063a7

View file

@ -1512,7 +1512,7 @@ dnl
AC_PATH_PROGS_FEATURE_CHECK([INSTALL], [install],
[
$ac_path_INSTALL -B --version > /dev/null 2>&1 \
$ac_path_INSTALL -C --version > /dev/null 2>&1 \
&& ac_cv_path_INSTALL="$ac_path_INSTALL -C"
])