1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Tor Arntsen's tiny fix!

This commit is contained in:
Daniel Stenberg 2004-02-19 16:24:22 +00:00
parent de37308722
commit d765a00adb

View File

@ -218,7 +218,7 @@ if { grep "define USE_ARES" lib/config.h; } then
cd ares
make 2>&1 | sed -e "s:$pwd::g"
if [ -f libcares.a]; then
if [ -f libcares.a ]; then
log "ares is now built successfully"
else
log "ares build failed"