mirror of https://github.com/BOINC/boinc.git
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
# creates a message that only goes to config.log
|
||
|
AC_DEFUN([BOINC_MSG_DEBUG],[
|
||
|
echo $1 >&5
|
||
|
])
|