mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Problem: Since we only support GTK versions that have it, the ckeck for HAVE_GTK_MULTIHEAD is no longer needed. Solution: Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama)
This commit is contained in:
7
src/auto/configure
vendored
7
src/auto/configure
vendored
@@ -8997,11 +8997,6 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
fi
|
||||
if test "x$GUITYPE" = "xGTK"; then
|
||||
if test "$gtk_minor_version" = 1 -a "0$gtk_micro_version" -ge 1 \
|
||||
|| test "0$gtk_minor_version" -ge 2; then
|
||||
$as_echo "#define HAVE_GTK_MULTIHEAD 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
if test -z "$SKIP_GNOME"; then
|
||||
{
|
||||
|
||||
@@ -9294,8 +9289,6 @@ $as_echo "no" >&6; }
|
||||
SKIP_MOTIF=YES
|
||||
GUITYPE=GTK
|
||||
|
||||
$as_echo "#define HAVE_GTK_MULTIHEAD 1" >>confdefs.h
|
||||
|
||||
$as_echo "#define USE_GTK3 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user