We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ebc4a commit 70ff2eaCopy full SHA for 70ff2ea
c-utils/code/configure.ac
@@ -51,6 +51,7 @@ AC_PROG_CC
51
52
USE_CC=$( which $CC )
53
AC_MSG_RESULT([using CC=$USE_CC])
54
+AC_MSG_RESULT([CC version: $( $CC --version ) ])
55
56
# Checks for header files
57
AC_CHECK_HEADERS([inttypes.h stddef.h stdint.h stdlib.h string.h unistd.h])
0 commit comments