Commit a0a8bc9c authored by Ilkka Ollakka's avatar Ilkka Ollakka

configure.ac: fix typo

parent 0c1e325d
......@@ -1614,7 +1614,7 @@ AC_ARG_ENABLE(httpd,
[disable the built-in HTTP server (default enabled)])])
if test "${enable_httpd}" != "no"
then
AC_DEFINE(ENABLE_HTTPD, 1, Define if you want the HTTP dameon support)
AC_DEFINE(ENABLE_HTTPD, 1, Define if you want the HTTP daemon support)
fi
AM_CONDITIONAL(BUILD_HTTPD, [test "${enable_httpd}" != "no"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment