From aefcfd6da5b865d96a425f55d14d3885ae492412 Mon Sep 17 00:00:00 2001 From: Dmitry Karasik Date: Tue, 22 Aug 2017 15:28:47 +0200 Subject: [PATCH] typo fix --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c05ab4c6b..5cc06ca10 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1517,7 +1517,7 @@ WARNING } if ( $^O eq 'darwin') { printlog "without X11... "; - $DEFINES{WITH_GTK2_NONX11} = 1 unless compile( "#include \nint main() { return 0; }\n"); + $DEFINES{WITH_GTK_NONX11} = 1 unless compile( "#include \nint main() { return 0; }\n"); } printlog "yes\n"; $DEFINES{WITH_GTK} = $use_gtk3 ? 3 : 2;