]> git.meshlink.io Git - meshlink/blobdiff - configure.in
Export mymac.
[meshlink] / configure.in
index 41c1aaf925e915a30e0695326e658356e72a53bd..a51bd296581e75c49b9d021a8e314fab52c1c892 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl $Id: configure.in,v 1.13.2.65 2003/07/07 11:11:33 guus Exp $
+dnl $Id: configure.in,v 1.13.2.66 2003/07/11 16:12:58 guus Exp $
 
 AC_PREREQ(2.53)
 AC_INIT(src/tincd.c)
@@ -127,7 +127,7 @@ AC_CHECK_FUNC(gethostbyname, [], [
   AC_CHECK_LIB(nsl, gethostbyname)
 ])
 
-AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo])
+AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo inet_aton])
 
 AC_CACHE_SAVE