summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-12 11:57:25 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-12 11:57:25 +0000
commite2adcf397421d47440d135a97765e1dbe7f824fe (patch)
tree62e54238c6a23b2f932fc9dd4e3c071219cc4bf7 /src/auto
parentfb43cfc2c6a003b850343bfd27cb3059c734d7d4 (diff)
patch 8.2.4549: cannot build with Motif and editresv8.2.4549
Problem: Cannot build with Motif and editres. (Tony Mechelynck) Solution: Fix configure mistake.
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index e603a468c3..a5497d8f78 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -10254,7 +10254,7 @@ if test -z "$SKIP_MOTIF"; then
fi
-if -z "$SKIP_MOTIF"; then
+if test -z "$SKIP_MOTIF"; then
if test -n "$GUI_INC_LOC"; then
GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`"
fi