]> git.sesse.net Git - vlc/commitdiff
* config.in: fixed typos
authorCyril Deguet <asmax@videolan.org>
Sat, 3 Sep 2005 17:11:23 +0000 (17:11 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 3 Sep 2005 17:11:23 +0000 (17:11 +0000)
config.in

index a32e0c0f1e476d3d3fe4f7568003bc190969fbfc..d8e6fbba531df1f43ea23a3276be252dadfca7cf 100644 (file)
--- a/config.in
+++ b/config.in
@@ -215,8 +215,8 @@ bool 'Mozilla plugin' CONFIG_MOZILLA
 if [ "$CONFIG_MOZILLA" = "y" ]; then
    string '    Path to win32 mozilla sdk' CONFIG_WITHMOZILLASDKPATH ""
 fi
-bool 'Build test modules' COFIG_TESTSUITE
-bool 'Enable http daemon' COFIG_HTTPD
+bool 'Build test modules' CONFIG_TESTSUITE
+bool 'Enable http daemon' CONFIG_HTTPD
 # TODO: --disable-plugins
 endmenu