2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[master] initialize BSD_TYPE in configure.ac (#3723)

This commit is contained in:
Francis Dupont
2015-02-27 17:28:21 +01:00
parent a244e0d11e
commit f5b6875982

View File

@@ -366,6 +366,7 @@ AC_TYPE_SIZE_T
# Detect OS type (it may be used to do OS-specific things, e.g.
# interface detection in DHCP)
AC_MSG_CHECKING(OS type)
BSD_TYPE="notaBSD"
case $host in
*-linux*)
AC_DEFINE([OS_LINUX], [1], [Running on Linux?])