Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 141661
Collapse All | Expand All

(-)file_not_specified_in_diff (-19 / +19 lines)
Line  Link Here
0
-- warzone-2.0.3/configure.ac
0
++ warzone-2.0.3/configure.ac
Lines 50-78 Link Here
50
  AC_MSG_RESULT([no])
50
  AC_MSG_RESULT([no])
51
fi
51
fi
52
52
53
#   --without-opengl will build without opengl
53
#   --disable-opengl will build without opengl
54
# OpenGL is not anymore an option
54
# OpenGL is not anymore an option
55
# At least till we got a working software renderer
55
# At least till we got a working software renderer
56
#AC_ARG_WITH(opengl,
56
#AC_ARG_ENABLE(opengl,
57
#[  --with-opengl           use OpenGL to accelerate graphics [[auto]]],
57
#[AC_HELP_STRING([--enable-opengl],[use OpenGL to accelerate graphics [auto]])],
58
#[ opengl=$withval ], [ opengl=maybe ])
58
#[ opengl=$enableval ], [ opengl=maybe ])
59
59
60
#   --without-openal will build without OpenAL
60
#   --disable-openal will build without OpenAL
61
# Commented out as OpenAL is not curently an option,
61
# Commented out as OpenAL is not curently an option,
62
# but it will need to become optional someday.
62
# but it will need to become optional someday.
63
#AC_ARG_WITH(openal,
63
#AC_ARG_ENABLE(openal,
64
#[  --with-openal           use OpenAL for sound [[auto]]],
64
#[AC_HELP_STRING([--enable-openal],[use OpenAL for sound [auto]])],
65
#[ openal=$withval ], [ openal=maybe ])
65
#[ openal=$enableval ], [ openal=maybe ])
66
66
67
#   --without-ogg will build without Ogg vorbis support
67
#   --disable-ogg will build without Ogg vorbis support
68
AC_ARG_WITH(ogg,
68
AC_ARG_ENABLE(ogg,
69
[  --with-ogg              built support for Ogg files [[auto]]],
69
[AC_HELP_STRING([--enable-ogg],[built support for Ogg files [auto]])],
70
[ ogg=$withval ], [ ogg=maybe ])
70
[ ogg=$enableval ], [ ogg=maybe ])
71
71
72
#   --without-mp3 will build without MP3 support
72
#   --disable-mp3 will build without MP3 support
73
AC_ARG_WITH(mp3,
73
AC_ARG_ENABLE(mp3,
74
[  --with-mp3              built support for Mp3 files [[auto]]],
74
[AC_HELP_STRING([--enable-mp3],[built support for Mp3 files [auto]])],
75
[ mp3=$withval ], [ mp3=maybe ])
75
[ mp3=$enableval ], [ mp3=maybe ])
76
76
77
# windows conditional
77
# windows conditional
78
case $host_os in
78
case $host_os in

Return to bug 141661