configure: set a meaningful name to the POSIX semaphores test code.

This commit is contained in:
Juan RP 2014-01-31 11:37:42 +01:00
parent f5e1fff93a
commit 4fb8c37526

1
configure vendored
View File

@ -342,6 +342,7 @@ echo "STATIC_LIBS += -lpthread" >>$CONFIG_MK
# Check for POSIX semaphores.
#
printf "Checking for POSIX semaphores ... "
func=psem
cat <<EOF > _$func.c
#include <fcntl.h>
#include <sys/stat.h>