configure.ac: fix typo
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 6 May 2005 10:28:49 +0000 (10:28 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 6 May 2005 10:28:49 +0000 (10:28 +0000)
Original commit message from CVS:
2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* configure.ac:
fix typo

ChangeLog
configure.ac

index 0e34a79..787bfa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7518511..6e48fc2 100644 (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      ])