23354dc Use configure --disable-static

Authored and Committed by kalev 11 years ago
1 file changed. 1 lines added. 2 lines removed.
    Use configure --disable-static
    
    We used to first build the static library and then remove it with rm
    afterwards. This change avoids building the unwanted static library in
    the first place.
    
        
file modified
+1 -2