X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=inline;f=configure;h=35cb1b635ad60984e1ab318b78c6936ef32ad185;hb=43801085d371c69455730182f72c4e53d8c8218f;hp=943c337e426ff01d333b5cbee05e5536bab15e83;hpb=1edc4e2e9b58c9ec9fe830eb7c991946084911b0;p=yaz-moved-to-github.git diff --git a/configure b/configure index 943c337..35cb1b6 100755 --- a/configure +++ b/configure @@ -2453,12 +2453,12 @@ echo "configure:2452: checking for working POSIX Threads" >&5 #line 2454 "configure" #include "confdefs.h" #include - int func(void *p) { return 0; } + void *func(void *p) { return 0; } int main() { pthread_t pthread_id; - int r = pthread_create (&pthread_id, 0, func, 0); + pthread_create (&pthread_id, 0, func, 0); ; return 0; } EOF if { (eval echo configure:2465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then