mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-12 23:44:21 +00:00
Erf, small fix to configure.in
This commit is contained in:
parent
6006adda7c
commit
e1c130cef8
2 changed files with 0 additions and 3 deletions
2
TODO
2
TODO
|
@ -20,8 +20,6 @@ to quake-devel@lists.sourceforge.net with details.
|
||||||
* Remove dependency on GNU make or migrate to automake
|
* Remove dependency on GNU make or migrate to automake
|
||||||
* Quake/QW Client: Add proper XFree86 DGA/VideoMode support to X-based targets
|
* Quake/QW Client: Add proper XFree86 DGA/VideoMode support to X-based targets
|
||||||
on systems with XFree86 available
|
on systems with XFree86 available
|
||||||
* Merge SDLQuake (BigM created a patch against an older revision of our
|
|
||||||
main tree)
|
|
||||||
* Add currently removed documentation to the README, and also add more
|
* Add currently removed documentation to the README, and also add more
|
||||||
information to explain things that we've done, or broken
|
information to explain things that we've done, or broken
|
||||||
* Prep Aftershock for a future merge with the main tree
|
* Prep Aftershock for a future merge with the main tree
|
||||||
|
|
|
@ -27,7 +27,6 @@ AC_ARG_ENABLE(release,
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl FIXME: Remove next line when ALSA support is added
|
dnl FIXME: Remove next line when ALSA support is added
|
||||||
enable-alsa=no
|
|
||||||
AC_ARG_ENABLE(alsa,
|
AC_ARG_ENABLE(alsa,
|
||||||
[ --enable-alsa enable alsa support],
|
[ --enable-alsa enable alsa support],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue