diff src/auto/configure @ 28049:6312a35b254a v8.2.4549

patch 8.2.4549: cannot build with Motif and editres Commit: https://github.com/vim/vim/commit/e2adcf397421d47440d135a97765e1dbe7f824fe Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 11:57:25 2022 +0000 patch 8.2.4549: cannot build with Motif and editres Problem: Cannot build with Motif and editres. (Tony Mechelynck) Solution: Fix configure mistake.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Mar 2022 13:00:04 +0100
parents e14b45572104
children 58ecd574b132
line wrap: on
line diff
--- 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