diff options
author | althekiller <althekiller@svn> | 2010-02-14 22:29:34 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-02-14 22:29:34 +0000 |
commit | 3e1ce3e0ea3193f536e019c46f7359c01f1b87b5 (patch) | |
tree | b574477e51ee575a15b6f3e2992b444dd4bcb61a /configure.in | |
parent | cdd59b6f3452556aa18f54d8f5a907d7b404eee1 (diff) |
fixed: Don't set our feature macros with configure.
changed: disable webserver and webinterface if microhttpd is misssing (topfs2, httpapi and jsonrpc rely on this too?)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27804 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 79bce949c3..c90a62eb42 100644 --- a/configure.in +++ b/configure.in @@ -953,10 +953,7 @@ fi if test "$use_webserver" = "yes"; then final_message="$final_message\n Webserver:\tYes" - HAVE_XBMC_NONFREE=1 - AC_DEFINE([HAS_WEB_SERVER], [1], [Define to 1 to enable webserver.]) else - HAS_WEB_SERVER=0 final_message="$final_message\n Webserver:\tNo" fi |