mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 16:55:23 +00:00
configure.ac: fix typo
Original commit message from CVS: 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: fix typo
This commit is contained in:
parent
90306505e1
commit
551af17ea6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
fix typo
|
||||||
|
|
||||||
2005-05-05 Christian Schaller <uraeus@gnome.org>
|
2005-05-05 Christian Schaller <uraeus@gnome.org>
|
||||||
|
|
||||||
* Update configure.ac and Makefiles to only build what is actually
|
* Update configure.ac and Makefiles to only build what is actually
|
||||||
|
|
|
@ -337,7 +337,7 @@ dnl AC_DEFINE(HAVE_OSS_INCLUDE_IN_ROOT,, [Define if OSS includes are in /])
|
||||||
dnl ], [
|
dnl ], [
|
||||||
dnl Some old BSD versions :
|
dnl Some old BSD versions :
|
||||||
dnl AC_CHECK_HEADER(machine/soundcard.h, [
|
dnl AC_CHECK_HEADER(machine/soundcard.h, [
|
||||||
dnln AC_DEFINE(HAVE_OSS_INCLUDE_IN_MACHINE,, [Define if OSS includes are in /machine/])
|
dnl AC_DEFINE(HAVE_OSS_INCLUDE_IN_MACHINE,, [Define if OSS includes are in /machine/])
|
||||||
dnl ], [
|
dnl ], [
|
||||||
dnl HAVE_OSS="no"
|
dnl HAVE_OSS="no"
|
||||||
dnl ])
|
dnl ])
|
||||||
|
|
Loading…
Reference in a new issue