aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-10 11:08:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-10 11:08:14 +0000
commitc19ef57929d78c071f4a0a72afa4eae66b1d603a (patch)
tree097b7158236b64ec3e57fbd1fcf44a2d93efcb24 /Makefile.PL
parent74bad835e07465075962df1571306facdb12bd88 (diff)
downloadperl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar
perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.gz
perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.bz2
perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.xz
perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.zip
oops, fix typo in previous commit
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 968ba7d..63de6ec 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -44,7 +44,7 @@ ChangeLog:
my @rpmflags;
{
- if ($pversion ge v4.5) {
+ if ($pversion ge v4.4.5) {
push @rpmflags, '-DRPM_CALLBACK_LONGLONG';
}
if ($pversion ge v4.4.6) {