blob: 5f9b05745fee4d3049ada1fde64b6026878be160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
*** Makefile.PL.orig Sun Apr 29 18:31:49 2001
--- Makefile.PL Sun Apr 29 18:32:01 2001
***************
*** 14,20 ****
}
my $DEBUG = delete $config{DEBUG};
!
# get libs and inc from gnome-config
eval {
print "running gnome-config... ";
--- 14,20 ----
}
my $DEBUG = delete $config{DEBUG};
! =item
# get libs and inc from gnome-config
eval {
print "running gnome-config... ";
***************
*** 57,63 ****
}
have_library("ghttp", "ghttp_get_header_names");
!
WriteMakefile(
'NAME' => 'HTTP::GHTTP',
'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION
--- 57,63 ----
}
have_library("ghttp", "ghttp_get_header_names");
! =cut
WriteMakefile(
'NAME' => 'HTTP::GHTTP',
'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION
|