projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55d09a
)
fade: Use proper ldflags.
author
Andre Noll
<maan@systemlinux.org>
Sun, 15 Jul 2012 09:35:04 +0000
(11:35 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 18 Jul 2012 16:51:57 +0000
(18:51 +0200)
This cut and paste typo caused para_fade to be linked against
the libraries of para_write on systems with libossaudio (BSD).
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
90521df
..
8acbf9e
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-822,7
+822,7
@@
AC_CHECK_HEADER(sys/soundcard.h, [
AC_CHECK_LIB(ossaudio, _oss_ioctl, [
audiod_ldflags="$audiod_ldflags -lossaudio"
write_ldflags="$write_ldflags -lossaudio"
- fade_ldflags="$
writ
e_ldflags -lossaudio"
+ fade_ldflags="$
fad
e_ldflags -lossaudio"
]
)
],