From e20b2111432070cc05ad5a931237c6f8ed83dfed Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 4 Mar 2004 10:52:32 +0000 Subject: Added the PTK_800 flag to force compilation for perl/Tk800 --- Perl/Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL index 18fc3a5..bf76ab5 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL @@ -100,7 +100,8 @@ sub get_flags { if ($WIN) { $DEF_FLAGS{'SHAPE'} = 0; } - my $defines = '-DPTK'; +# my $defines = '-DPTK'; + my $defines = '-DPTK -DPTK_800'; print "Configuring with:\n "; foreach my $flag (keys %DEF_FLAGS) { print "$flag=", $DEF_FLAGS{$flag} ? 'ok' : 'no', " "; -- cgit v1.1