display information about checking c-compiler
This commit is contained in:
parent
8a7852021d
commit
d8100258e9
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -5,6 +5,8 @@ test x"$CC" != "x" || CC=gcc
|
|||
test x"$CFLAGS" != "x" || CFLAGS="-I/usr/X11R6/include"
|
||||
test x"$LDFLAGS" != "x" || LDFLAGS="-L/usr/X11R6/lib"
|
||||
|
||||
echo "CC: $CC"
|
||||
|
||||
CHECK_XRENDER=0
|
||||
CHECK_XCURSOR=0
|
||||
CHECK_XPM=0
|
||||
|
@ -37,7 +39,7 @@ check_docs() {
|
|||
|
||||
check_tools() {
|
||||
|
||||
msg_chkfor "gcc"
|
||||
msg_chkfor "compiler $CC"
|
||||
if which "$CC" 1> /dev/null 2>&3
|
||||
then
|
||||
echo "ok."
|
||||
|
|
Reference in a new issue