aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:48:20 +0300
committerMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:48:20 +0300
commit094eccd5553066514ae67c4a329cf0b65708aed1 (patch)
treeb415f76bc17238c57e221c1d85e0790fbe19621e
parent419827eae7033777a8718fc8db9277564ea34089 (diff)
downloadbindfs-094eccd5553066514ae67c4a329cf0b65708aed1.tar.gz
configure.ac: one more == -> =
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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