mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update configure
* Align error message post running 'autoreconf -fi'
This commit is contained in:
parent
efebfe2a93
commit
698962ec81
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -2908,13 +2908,13 @@ fi
|
|||
echo "$FUSE_PKG_ERRORS" >&5
|
||||
|
||||
|
||||
as_fn_error $? "libfuse3 development files not found. Install fuse3 dev package (pkg-config: fuse3) or rerun with --disable-fuse" "$LINENO" 5
|
||||
as_fn_error $? "libfuse3 development files not found. Please install fuse3-devel (Red Hat | Fedora | CentOS), libfuse3-dev (Debian | Ubuntu), fuse3 (Arch | Manjaro) or rerun with --disable-fuse" "$LINENO" 5
|
||||
|
||||
elif test $pkg_failed = untried; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
as_fn_error $? "libfuse3 development files not found. Install fuse3 dev package (pkg-config: fuse3) or rerun with --disable-fuse" "$LINENO" 5
|
||||
as_fn_error $? "libfuse3 development files not found. Please install fuse3-devel (Red Hat | Fedora | CentOS), libfuse3-dev (Debian | Ubuntu), fuse3 (Arch | Manjaro) or rerun with --disable-fuse" "$LINENO" 5
|
||||
|
||||
else
|
||||
FUSE_CFLAGS=$pkg_cv_FUSE_CFLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue