aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-29 06:44:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-29 06:44:34 +0000
commit794d08a72887098db5f2b3249362af641784be64 (patch)
tree6d0d74865e023ed801669af789693eba67b216f4 /perl
parent0abc999c4d31d581e2ac74a88ba89ed953bc6057 (diff)
Georg Horn set -Wall
Diffstat (limited to 'perl')
-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 58a8528ad..c0d6c2ddf 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' => '', # e.g., '-DHAVE_SOMETHING'
+ 'DEFINE' => '-Wall', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'clean' => {FILES => "head.out body.out"}
);