From 27d91be27c1bbfb9b55a7af60aca54c86818c12d Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Fri, 22 Sep 2023 01:32:29 -0400 Subject: Allow mount to use bindfs with configuration via /etc/fstab. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e8c1a2d..c8f7a52 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ if test x"$with_core_foundation" == "xyes" ; then LDFLAGS="${LDFLAGS} -framework CoreFoundation" fi -AM_CONDITIONAL(BUILD_OS_IS_DARWIN, [test x"$build_os" = darwin]) +AM_CONDITIONAL([BUILD_OS_IS_DARWIN], [case $build_os in darwin* ) true ;; * ) false ;; esac]) # _XOPEN_SOURCE is >= 500 for pread/pwrite; >= 700 for utimensat. # __BSD_VISIBLE is for flock() on FreeBSD. It otherwise gets hidden by _XOPEN_SOURCE. -- cgit v1.2.3