Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Karasik committed Aug 22, 2017
1 parent b363409 commit aefcfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -1517,7 +1517,7 @@ WARNING
}
if ( $^O eq 'darwin') {
printlog "without X11... ";
$DEFINES{WITH_GTK2_NONX11} = 1 unless compile( "#include <gdk/gdkx.h>\nint main() { return 0; }\n");
$DEFINES{WITH_GTK_NONX11} = 1 unless compile( "#include <gdk/gdkx.h>\nint main() { return 0; }\n");
}
printlog "yes\n";
$DEFINES{WITH_GTK} = $use_gtk3 ? 3 : 2;
Expand Down

0 comments on commit aefcfd6

Please sign in to comment.