]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 'maint'
authorAndre Noll <maan@systemlinux.org>
Fri, 16 Oct 2009 13:36:15 +0000 (15:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 16 Oct 2009 13:36:15 +0000 (15:36 +0200)
configure.ac

index 1707f8230b81d06398ed2af79efa88182bd7ef15..2989189da1f560a7848bb7cecfe623ad94b6aec0 100644 (file)
@@ -530,7 +530,7 @@ AC_CHECK_HEADER(sys/soundcard.h, [
        ],
        [
                have_oss="no"
-               AC_MSG_WARN([no linux/soundcard.h $msg])
+               AC_MSG_WARN([no sys/soundcard.h $msg])
        ]
 )
 CPPFLAGS="$OLD_CPPFLAGS"