summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 375a8b7dbc4..0d29e35c20f 100755
--- a/configure
+++ b/configure
@@ -20827,6 +20827,6 @@ fi
# Ensure that any meson build directories would reconfigure and see that
# there's a conflicting in-tree build and can error out.
-if test "$vpath_build"="no"; then
+if test "$vpath_build" = "no"; then
touch meson.build
fi
diff --git a/configure.ac b/configure.ac
index aed940410c3..ee4e3e2b664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2500,6 +2500,6 @@ AC_OUTPUT
# Ensure that any meson build directories would reconfigure and see that
# there's a conflicting in-tree build and can error out.
-if test "$vpath_build"="no"; then
+if test "$vpath_build" = "no"; then
touch meson.build
fi