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:
Zaheer Abbas Merali 2005-05-06 10:28:49 +00:00
parent 68d555f8e6
commit 9fe604bdff
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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 ])