make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1096 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-07-16 23:20:27 +00:00
parent e45b1dceaf
commit ba31adcf3e
5 changed files with 58 additions and 7 deletions

View file

@ -249,6 +249,9 @@ ACX_PTHREAD
AC_SYS_LARGEFILE
# Check for open64 to know if the current system does have open64() and similar functions
AC_CHECK_FUNCS([open64])
#### [lib]iconv ####
AM_ICONV