Mercurial > libpst
diff configure.in @ 244:f2ae612fa62b stable-0-6-46
fixes for fedora 13 change in implicit dso linking semantics
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 13 Feb 2010 10:14:19 -0800 |
parents | 67b24d6a45d6 |
children | 5a82d41c883d |
line wrap: on
line diff
--- a/configure.in Fri Dec 11 08:57:25 2009 -0800 +++ b/configure.in Sat Feb 13 10:14:19 2010 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.45,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.46,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -136,7 +136,7 @@ AC_HEADER_DIRENT AC_HEADER_STDC AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h semaphore.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/shm.h sys/stat.h sys/types.h time.h unistd.h wchar.h]) -AC_SEARCH_LIBS([sem_init],rt) +AC_SEARCH_LIBS([sem_init],[pthread rt]) # Checks for typedefs, structures, and compiler characteristics.