Make addons enabled by default (more precisely: it can't be
disabled anymore). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8720 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
9f8db29c8f
commit
92056d2241
10
configure.ac
10
configure.ac
@ -405,14 +405,10 @@ esac
|
||||
ENETTREE="src/enet"
|
||||
|
||||
# =================
|
||||
# Disable/enable addons support
|
||||
# Enable addons support (which is now on by default)
|
||||
# =================
|
||||
AC_ARG_WITH(addons,[AS_HELP_STRING([--with-addons],
|
||||
[This option is used to enable/disable addons support])])
|
||||
if test "x$with_addons" == "xyes" ; then
|
||||
SUMMARY="$SUMMARY\nEnabling addons support."
|
||||
AC_DEFINE(ADDONS_MANAGER)
|
||||
fi
|
||||
AC_DEFINE(ADDONS_MANAGER)
|
||||
|
||||
# ==========================================
|
||||
# Check for a known compiler bug, details in
|
||||
# src/bullet/src/Makefile.am
|
||||
|
Loading…
x
Reference in New Issue
Block a user