Fixed FLAC detection.
This commit is contained in:
parent
dff38ce77c
commit
1dacfef8d8
1 changed files with 2 additions and 2 deletions
4
setup
4
setup
|
@ -27,7 +27,7 @@
|
|||
##-----------------------------------------------------------------------------
|
||||
## HERE ARE SOME USER-CONFIGURABLE VARIABLES
|
||||
|
||||
EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI -DUSE_LIBMODPLUG -DUSE_HP_FOR_XP -DNEW_NETMENUS"
|
||||
EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI -DUSE_LIBMODPLUG -DUSE_HP_FOR_XP -DNEW_NETMENUS -DSPLIT_SCREEN_SUPPORT"
|
||||
|
||||
## These could be used for experimental versions
|
||||
## ---------------------------------------------
|
||||
|
@ -584,7 +584,7 @@ case $ANSWER in
|
|||
fi
|
||||
echo
|
||||
|
||||
LIBCHECK="-lFLAC"; check_for_libs
|
||||
LIBCHECK="-lFLAC -lm"; check_for_libs
|
||||
if test "$?" = 0 ; then
|
||||
echo -n "Would you like FLAC support? (n) "
|
||||
read -n 1 ANSWER
|
||||
|
|
Loading…
Add table
Reference in a new issue