mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-31 11:08:52 -05:00
Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1012 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c32176b0ad
commit
519aa9b2ef
3 changed files with 12 additions and 7 deletions
|
|
@ -165,7 +165,7 @@ AM_CONDITIONAL(OS_IS_WIN32, test "x$os_is_win32" = "x1")
|
|||
AC_HEADER_STDC
|
||||
|
||||
# POSIX
|
||||
AC_CHECK_HEADERS([arpa/inet.h glob.h grp.h iconv.h netdb.h netinet/in.h \
|
||||
AC_CHECK_HEADERS([arpa/inet.h glob.h grp.h netdb.h netinet/in.h \
|
||||
netinet/in_systm.h netinet/ip.h netinet/tcp.h pwd.h sched.h \
|
||||
sys/resource.h sys/select.h sys/socket.h sys/wait.h \
|
||||
syslog.h])
|
||||
|
|
@ -270,6 +270,10 @@ ACX_PTHREAD
|
|||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
#### [lib]iconv ####
|
||||
|
||||
AM_ICONV
|
||||
|
||||
###################################
|
||||
# External libraries #
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue