From 094eccd5553066514ae67c4a329cf0b65708aed1 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 8 Jun 2025 14:48:20 +0300 Subject: configure.ac: one more == -> = --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b9804f8..1aa3e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AM_CONDITIONAL([INSTALL_MACOS_FS_LINK], [case $build_os in darwin* ) test x"$ena my_CPPFLAGS="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -D_DARWIN_C_SOURCE" dnl libfuse >=3.17 started requiring gnu11 from the C compiler -AS_IF([test "x$with_fuse2" == "xyes"], [ +AS_IF([test "x$with_fuse2" = "xyes"], [ my_std=c99 ], [ my_std=gnu11 -- cgit v1.2.3