fixed typos

fixed a couple of typos in the output messages
This commit is contained in:
JamoBox 2013-08-24 22:59:58 +01:00
parent e3da5d1077
commit e44ebb184a

View File

@ -208,7 +208,7 @@ if test -n "$PKG_CONFIG"; then
], ],
[ [
AC_MSG_WARN([$LIBCONFIG_PKG_ERRORS]) AC_MSG_WARN([$LIBCONFIG_PKG_ERRORS])
AC_MSG_WARN([libconfig not available, will not build DHT botstrap daemon]) AC_MSG_WARN([libconfig not available, will not build DHT bootstrap daemon])
BUILD_DHT_BOOTSTRAP_DAEMON="no" BUILD_DHT_BOOTSTRAP_DAEMON="no"
]) ])
fi fi
@ -223,7 +223,7 @@ if test -n "$PKG_CONFIG"; then
]) ])
fi fi
else else
AC_MSG_WARN([pkg-config was not found on your sytem]) AC_MSG_WARN([pkg-config was not found on your system])
fi fi
if (test "x$BUILD_NTOX" = "xyes") && (test "x$NCURSES_FOUND" != "xyes"); then if (test "x$BUILD_NTOX" = "xyes") && (test "x$NCURSES_FOUND" != "xyes"); then