1
0
forked from aniani/vim

patch 8.2.2337: configure test for GTK only says "no"

Problem:    Configure test for GTK only says "no". (Harm te Hennepe)
Solution:   Hint that a -def package is needed. (closes #5229)
This commit is contained in:
Bram Moolenaar
2021-01-12 20:51:24 +01:00
parent b0e6b51364
commit 67876de7bb
3 changed files with 9 additions and 0 deletions

4
src/auto/configure vendored
View File

@@ -9561,6 +9561,8 @@ $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
}
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK -dev package" >&5
$as_echo_n "checking for GTK -dev package... " >&6; }
no_gtk=yes
fi
@@ -9814,6 +9816,8 @@ $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
}
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK -dev package" >&5
$as_echo_n "checking for GTK -dev package... " >&6; }
no_gtk=yes
fi

View File

@@ -2583,6 +2583,9 @@ AC_DEFUN(AM_PATH_GTK,
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
}
else
dnl Put some text before the "no" to hint at installing the gtk-dev
dnl packages.
AC_MSG_CHECKING(for GTK -dev package)
no_gtk=yes
fi

View File

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