aboutsummaryrefslogtreecommitdiff
path: root/perl/Curl_easy/Makefile.PL
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-18 06:51:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-18 06:51:30 +0000
commitebcafe73b313e70b19e4f7b806e020e59f84c5b1 (patch)
treedfe5719055dfc21ef52336756f54f0c782953226 /perl/Curl_easy/Makefile.PL
parent8274bee963851e4c620e9cba73f8fa6e2069da1d (diff)
Cris Bailiff's and Georg Horn's big improvements
Diffstat (limited to 'perl/Curl_easy/Makefile.PL')
-rw-r--r--perl/Curl_easy/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Curl_easy/Makefile.PL b/perl/Curl_easy/Makefile.PL
index c0d6c2ddf..58a8528ad 100644
--- a/perl/Curl_easy/Makefile.PL
+++ b/perl/Curl_easy/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
'NAME' => 'Curl::easy',
'VERSION_FROM' => 'easy.pm', # finds $VERSION
'LIBS' => ['-lcurl '], # e.g., '-lm'
- 'DEFINE' => '-Wall', # e.g., '-DHAVE_SOMETHING'
+ 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'clean' => {FILES => "head.out body.out"}
);