--- embedaddon/mpd/src/configure 2019/10/22 13:49:55 1.1.1.4 +++ embedaddon/mpd/src/configure 2023/09/27 11:08:00 1.1.1.4.2.1 @@ -122,6 +122,13 @@ else echo " not found." fi +echo -n "Looking for radius support ..." +if [ "$USE_RADIUS" = no ]; then + echo " disabled." +else if [ -e /usr/include/radlib.h ] +then + echo " found." + echo "#define HAVE_RADIUS 1" >> $CONFIG echo -n "Looking for rad_bind_to() ..." if /usr/bin/grep rad_bind_to /usr/include/radlib.h >/dev/null 2>&1 @@ -140,6 +147,8 @@ then else echo " not found." fi +fi +fi # RADIUS support echo -n "Looking for ether_ntoa_r() ..." if /usr/bin/grep ether_ntoa_r /usr/include/net/ethernet.h >/dev/null 2>&1