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:
4
src/auto/configure
vendored
4
src/auto/configure
vendored
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2337,
|
||||
/**/
|
||||
2336,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user