[vlc-commits] configure.ac: fix typo
Ilkka Ollakka
git at videolan.org
Wed Nov 9 19:48:55 CET 2011
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed Nov 9 20:42:54 2011 +0200| [a0a8bc9c689cde53a375ef726a314a8097173378] | committer: Ilkka Ollakka
configure.ac: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0a8bc9c689cde53a375ef726a314a8097173378
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 85919ea..e5985c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])
More information about the vlc-commits
mailing list