Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 593280
Collapse All | Expand All

(-)a/Makefile.PL (+7 lines)
Lines 122-123 if (!defined($curl_h)) { Link Here
122
    while(<H>) {
122
    while(<H>) {
123
        # Skip defines without values like:
124
        #    #define CURL_STRICTER
125
        if (/^#define (CURL[A-Za-z0-9_]*)$/) {
126
            chomp;
127
            warn "Skipping '$_': does not define a symbol";
128
            next;
129
        }
123
        if (/^#define (CURL[A-Za-z0-9_]*)/) {
130
        if (/^#define (CURL[A-Za-z0-9_]*)/) {

Return to bug 593280