Commit be62b27c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Output $CC and $CFLAGS as well. A Tor Arntsen patch.

parent 3be66f3a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ log "NAME = $name"
log "EMAIL = $email"
log "DESC = $desc"
log "CONFOPTS = $confopts"
log "CFLAGS = $CFLAGS"
log "CC = $CC"
log "version = $version"
log "date = `date -u`"