aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
commit82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (patch)
tree8c50e8d74033214e711929c3244e5aca34f9705f /configure.ac
parent51c0c5072fa27f4964778512a0040c77cce7cd04 (diff)
downloadgnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.tar.gz
gnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.zip
-fix misc typos
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fc04139a5..15a829f02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ AS_CASE(["$host_os"],
158 ], 158 ],
159 [*solaris*],[ 159 [*solaris*],[
160 AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system]) 160 AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system])
161 AC_DEFINE_UNQUOTED(_REENTRANT,1,[Need with solaris or errno doesnt work]) 161 AC_DEFINE_UNQUOTED(_REENTRANT,1,[Need with solaris or errno does not work])
162 AC_CHECK_LIB(resolv, res_init) 162 AC_CHECK_LIB(resolv, res_init)
163 AC_CHECK_LIB(rt, nanosleep) 163 AC_CHECK_LIB(rt, nanosleep)
164 build_target="solaris" 164 build_target="solaris"
@@ -188,7 +188,7 @@ AC_DEFINE_UNQUOTED([GNUNET_DEFAULT_INTERFACE], $DEFAULT_INTERFACE, [This should
188AC_SUBST(DEFAULT_INTERFACE) 188AC_SUBST(DEFAULT_INTERFACE)
189 189
190# Disable TCP-based IPC on systems that support UNIX domain 190# Disable TCP-based IPC on systems that support UNIX domain
191# sockets in default configuratin: 191# sockets in default configuration:
192AC_SUBST(UNIXONLY) 192AC_SUBST(UNIXONLY)
193 193
194 194