]> git.sesse.net Git - vlc/commitdiff
configure.ac: fix typo
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 9 Nov 2011 18:42:54 +0000 (20:42 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 9 Nov 2011 18:43:19 +0000 (20:43 +0200)
configure.ac

index 85919eab272d29532f273b9b630017c0a3e7485c..e5985c5aef41388267e847b2c70e3c7bb2ddbce5 100644 (file)
@@ -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"])