chiark / gitweb /
Correct return type in test.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 11 Apr 2010 10:16:02 +0000 (11:16 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 11 Apr 2010 10:16:02 +0000 (11:16 +0100)
configure.ac

index 344b050af743c60b03f6202aba9709a160a94dd2..3c1125c4413afd746db2ae26a5e6981bc318aff2 100644 (file)
@@ -475,7 +475,7 @@ if test $want_server = yes; then
       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