Fixed linux build environment now that 'news messages' is included in the default
(see ticket 122). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8092 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
51850f3ed6
commit
f84d425878
@ -351,6 +351,8 @@ fi
|
||||
|
||||
LIBS=$save_LIBS
|
||||
|
||||
# Libcurl is needed in all build modes
|
||||
PKG_CHECK_MODULES(LIBCURL, libcurl >= 0.1)
|
||||
|
||||
# ======================================================
|
||||
# Try to supply the SVN revision number for the compiler
|
||||
@ -405,7 +407,6 @@ ENETTREE="src/enet"
|
||||
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
|
||||
PKG_CHECK_MODULES(LIBCURL, libcurl >= 0.1)
|
||||
SUMMARY="$SUMMARY\nEnabling addons support."
|
||||
AC_DEFINE(ADDONS_MANAGER)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user