Fix for FreeBSD host_os.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@171 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2007-04-30 01:09:21 +00:00
parent fb4e7f659d
commit 99e11d4fd5

View File

@ -174,7 +174,7 @@ echo "--------------------- Default compilation flags --------------------------
echo host is $host
echo host_os is $host_os
case $host_os in
FreeBSD*)
freebsd*)
echo "Using FreeBSD specific compiler settings"
# Put FreeBSD specific compiler flags here
;;