Skip to content

Commit 7805d7e

Browse files
committed
[netbsd] recognize netbsd 11.0 for legacy Configure
1 parent e343965 commit 7805d7e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Configure

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,10 +2662,15 @@ return(0); }
26622662
echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
26632663
echo "!!!WARNING!!! Configuring for NetBSD 10.0"
26642664
;;
2665+
11.*)
2666+
LSOF_VERS="11000000"
2667+
echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
2668+
echo "!!!WARNING!!! Configuring for NetBSD 11.0"
2669+
;;
26652670
*)
26662671
echo "Unknown NetBSD release: $LSOF_VSTR"
2667-
echo Assuming NetBSD 10.0
2668-
LSOF_VERS="10000000"
2672+
echo Assuming NetBSD 11.0
2673+
LSOF_VERS="11000000"
26692674
;;
26702675
esac # }
26712676
fi # }

0 commit comments

Comments
 (0)