diff --git a/configure b/configure index cfbd2a096f4..89644f2249e 100755 --- a/configure +++ b/configure @@ -20644,6 +20644,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 67e738d92b1..c7322e292cc 100644 --- a/configure.ac +++ b/configure.ac @@ -2533,6 +2533,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