Browse Source

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

Francis Dupont 10 years ago
parent
commit
f5b6875982
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -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?])