FS-6309 don't try to use incomplete tgmath.h on NetBSD

This commit is contained in:
Brian West 2014-03-19 03:35:03 -05:00
parent 1723c12ede
commit d7abe52384
1 changed files with 3 additions and 1 deletions

View File

@ -204,9 +204,11 @@ AC_CHECK_HEADERS([strings.h])
AC_CHECK_HEADERS([malloc.h])
case "$host" in
*dragonfly*)
;;
*freebsd*)
;;
*dragonfly*)
*netbsd*)
;;
*)
AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"])