aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-25 09:03:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-25 09:03:09 +0000
commitbe62b27ce283d8846ab211079b3b534a6990ff9f (patch)
treea0b197d50ac8f90e8171701e048722b86a8b5a79
parent3be66f3a03dab14867740a48527b5dfd2b8bf31c (diff)
Output $CC and $CFLAGS as well. A Tor Arntsen patch.
-rwxr-xr-xtestcurl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh
index ecea09bbc..9e2f9c1fa 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -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`"