chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
86541f5
)
Correct return type in test.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 11 Apr 2010 10:16:02 +0000
(11:16 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 11 Apr 2010 10:16:02 +0000
(11:16 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 344b050af743c60b03f6202aba9709a160a94dd2..3c1125c4413afd746db2ae26a5e6981bc318aff2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-475,7
+475,7
@@
if test $want_server = yes; then
AC_COMPILE_IFELSE([#include <ao/ao.h>
#include <ao/plugin.h>
AC_COMPILE_IFELSE([#include <ao/ao.h>
#include <ao/plugin.h>
-
void
ao_plugin_device_init(ao_device *d) {
+
int
ao_plugin_device_init(ao_device *d) {
d->internal = 0;
}],[rjk_cv_libao_plugin_api_works=yes],[rjk_cv_libao_plugin_api_works=no])])
else
d->internal = 0;
}],[rjk_cv_libao_plugin_api_works=yes],[rjk_cv_libao_plugin_api_works=no])])
else