summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 185fecb4..d11c396a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ if test -n "$PKG_CONFIG"; then
208 ], 208 ],
209 [ 209 [
210 AC_MSG_WARN([$LIBCONFIG_PKG_ERRORS]) 210 AC_MSG_WARN([$LIBCONFIG_PKG_ERRORS])
211 AC_MSG_WARN([libconfig not available, will not build DHT botstrap daemon]) 211 AC_MSG_WARN([libconfig not available, will not build DHT bootstrap daemon])
212 BUILD_DHT_BOOTSTRAP_DAEMON="no" 212 BUILD_DHT_BOOTSTRAP_DAEMON="no"
213 ]) 213 ])
214 fi 214 fi
@@ -223,7 +223,7 @@ if test -n "$PKG_CONFIG"; then
223 ]) 223 ])
224 fi 224 fi
225else 225else
226 AC_MSG_WARN([pkg-config was not found on your sytem]) 226 AC_MSG_WARN([pkg-config was not found on your system])
227fi 227fi
228 228
229if (test "x$BUILD_NTOX" = "xyes") && (test "x$NCURSES_FOUND" != "xyes"); then 229if (test "x$BUILD_NTOX" = "xyes") && (test "x$NCURSES_FOUND" != "xyes"); then