jorton 2003/10/29 13:11:46
Modified: build apr_threads.m4 Log: * build/apr_threads.m4: If -pthread is used to enable pthread support, also add -lpthread to LIBS to ensure that libapr depends on libpthread regardless of libtool and gcc versions.
$ apxs -c -p -o pgm pgm.c
Ahh, relief from all those unresolved libpthread symbols.
Cool!