]> granicus.if.org Git - curl/commitdiff
display src/config.h as well after configure as run
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Mar 2004 09:50:37 +0000 (09:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Mar 2004 09:50:37 +0000 (09:50 +0000)
testcurl.sh

index a506e8f305320abc87c6467c3056f8a3206d5fdd..9571a92a4702ae530ed756b2d28ec7f3ef49da18 100755 (executable)
@@ -246,6 +246,9 @@ fi
 log "display lib/config.h"
 grep "^ *#" lib/config.h
 
+log "display src/config.h"
+grep "^ *#" src/config.h
+
 if { grep "define USE_ARES" lib/config.h; } then
   log "setup to build ares"