]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix error message in case of missing sys/soundcard.h.
authorAndre Noll <maan@systemlinux.org>
Fri, 16 Oct 2009 13:35:00 +0000 (15:35 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 16 Oct 2009 13:35:00 +0000 (15:35 +0200)
The error message still printed linux/soundcard.h which might
confuse non-linux users.

configure.ac

index 85a327297042c4430721c707be7f0ba3adcd7215..74a3c742491caa758fe65a5ef69f725882b5e0dc 100644 (file)
@@ -498,7 +498,7 @@ AC_CHECK_HEADER(sys/soundcard.h, [
        ],
        [
                have_oss="no"
        ],
        [
                have_oss="no"
-               AC_MSG_WARN([no linux/soundcard.h $msg])
+               AC_MSG_WARN([no sys/soundcard.h $msg])
        ]
 )
 CPPFLAGS="$OLD_CPPFLAGS"
        ]
 )
 CPPFLAGS="$OLD_CPPFLAGS"