diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 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 diff --git a/configure.ac b/configure.ac index 75185117..6e48fc24 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) |