configure: show OS_MACHINE

This commit is contained in:
Thomas Bernard 2024-06-22 21:21:57 +02:00
parent e113b31c5b
commit 0cf7acb0ee

4
miniupnpd/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# $Id: configure,v 1.129 2024/06/22 17:13:28 nanard Exp $ # $Id: configure,v 1.130 2024/06/22 19:20:10 nanard Exp $
# vim: tabstop=4 shiftwidth=4 noexpandtab # vim: tabstop=4 shiftwidth=4 noexpandtab
# #
# miniupnp daemon # miniupnp daemon
@ -683,7 +683,7 @@ if [ -z "$V6SOCKETS_ARE_V6ONLY" ] ; then
V6SOCKETS_ARE_V6ONLY=0 V6SOCKETS_ARE_V6ONLY=0
fi fi
echo "Configuring compilation for [$OS_NAME] [$OS_VERSION] with [$FW] firewall software." echo "Configuring compilation for [$OS_NAME] [$OS_VERSION] [$OS_MACHINE] with [$FW] firewall software."
echo "Please edit config.h for more compilation options." echo "Please edit config.h for more compilation options."
# define SUPPORT_REMOTEHOST if the FW related code really supports setting # define SUPPORT_REMOTEHOST if the FW related code really supports setting