projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix error message in case of missing sys/soundcard.h.
[paraslash.git]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index
85a3272
..
74a3c74
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-498,7
+498,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"