Mercurial > audlegacy-plugins
comparison configure.ac @ 734:ff62f5530a36 trunk
[svn] - freebsd portability fixes from "The_Paya". Closes #814.
author | nenolod |
---|---|
date | Tue, 27 Feb 2007 01:27:06 -0800 |
parents | 1959cac04fb8 |
children | f7a3d66d9911 |
comparison
equal
deleted
inserted
replaced
733:7c04570bf809 | 734:ff62f5530a36 |
---|---|
874 AC_CHECK_HEADERS(fnmatch.h) | 874 AC_CHECK_HEADERS(fnmatch.h) |
875 AC_CHECK_HEADERS(limits.h) | 875 AC_CHECK_HEADERS(limits.h) |
876 AC_CHECK_HEADERS(wchar.h) | 876 AC_CHECK_HEADERS(wchar.h) |
877 AC_CHECK_HEADERS(fts.h) | 877 AC_CHECK_HEADERS(fts.h) |
878 | 878 |
879 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf]) | 879 AC_CHECK_DECL([lrintf],[AC_DEFINE(HAVE_LRINTF,1,[Define this if the 'lrintf' function is declared in math.h])],[ |
880 AC_CHECK_FUNCS([lrintf])]) | |
881 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul]) | |
880 | 882 |
881 | 883 |
882 if test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes" | 884 if test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes" |
883 then | 885 then |
884 INPUT_PLUGINS="cdaudio $INPUT_PLUGINS" | 886 INPUT_PLUGINS="cdaudio $INPUT_PLUGINS" |