X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure;h=35cb1b635ad60984e1ab318b78c6936ef32ad185;hp=943c337e426ff01d333b5cbee05e5536bab15e83;hb=43801085d371c69455730182f72c4e53d8c8218f;hpb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1 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