summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2010-02-12 09:19:32 +0000
committerPierre Ossman <ossman@cendio.se>2010-02-12 09:19:32 +0000
commit4065997c5e952ef25e34b021bdd4eb00a4e79839 (patch)
tree64e726d73d73d43821ffc79c5f07a909fd1f0b53 /configure.ac
parent657806f8fe2b2156797c68fd03c717ea487688b2 (diff)
downloadtigervnc-4065997c5e952ef25e34b021bdd4eb00a4e79839.tar.gz
tigervnc-4065997c5e952ef25e34b021bdd4eb00a4e79839.zip
Do a generic check for inet_aton instead of just assuming that only Win32 has
the problem. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3982 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 11311c54..56001541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,6 +138,7 @@ AC_CHECK_FUNCS([vsnprintf snprintf strcasecmp strncasecmp])
# Network functions
AC_SEARCH_LIBS([inet_aton], [resolv])
+AC_CHECK_FUNCS([inet_aton])
# IPv6 related functions
AC_CHECK_FUNCS([inet_ntop getaddrinfo])