1
0
forked from aniani/vim

patch 8.2.4549: cannot build with Motif and editres

Problem:    Cannot build with Motif and editres. (Tony Mechelynck)
Solution:   Fix configure mistake.
This commit is contained in:
Bram Moolenaar
2022-03-12 11:57:25 +00:00
parent fb43cfc2c6
commit e2adcf3974
3 changed files with 4 additions and 2 deletions

2
src/auto/configure vendored
View File

@@ -10254,7 +10254,7 @@ if test -z "$SKIP_MOTIF"; then
fi fi
if -z "$SKIP_MOTIF"; then if test -z "$SKIP_MOTIF"; then
if test -n "$GUI_INC_LOC"; then if test -n "$GUI_INC_LOC"; then
GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`" GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`"
fi fi

View File

@@ -3004,7 +3004,7 @@ if test -z "$SKIP_MOTIF"; then
AC_SUBST(MOTIF_LIBNAME) AC_SUBST(MOTIF_LIBNAME)
fi fi
if -z "$SKIP_MOTIF"; then if test -z "$SKIP_MOTIF"; then
dnl Prepend -I and -L to $GUI_INC_LOC and $GUI_LIB_LOC if not empty dnl Prepend -I and -L to $GUI_INC_LOC and $GUI_LIB_LOC if not empty
dnl Avoid adding it when it twice dnl Avoid adding it when it twice
if test -n "$GUI_INC_LOC"; then if test -n "$GUI_INC_LOC"; then

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4549,
/**/ /**/
4548, 4548,
/**/ /**/