mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
68d555f8e6
commit
9fe604bdff
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>
|
||||
|
||||
* 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 Some old BSD versions :
|
||||
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 HAVE_OSS="no"
|
||||
dnl ])
|
||||
|
|
Loading…
Reference in a new issue