summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-11 22:08:59 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-11 22:08:59 (GMT)
commit624fcdfbc622b4db71221a04a194107f2fe71f87 (patch)
treed5289aa99bb35edd7a8c03a66a4d9ae3ec64b24d /configure.in
parent031ddfdb587d29b4336ed7133555da8c691c4f7e (diff)
downloadhdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.zip
hdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.tar.gz
hdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.tar.bz2
[svn-r6636] Purpose:
Update Description: Added printing of the compiler used in the end message. Platforms tested: Modi4 (Parallel & Fortran) Burrwhite (Fortran & C++) Baldric (Fortran), but make check didn't work because of "libucb.so" error that I can't fix...) Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 164b160..3de5c7a 100644
--- a/configure.in
+++ b/configure.in
@@ -2370,6 +2370,9 @@ case "X-$enable_production" in
*) PRINT "$enable_production" ;;
esac
+PRINT_N " C Compiler"
+PRINT "$CC"
+
PRINT_N " CFLAGS"
PRINT "$CFLAGS"