Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
243:0199af9730b2 | 244:f2ae612fa62b |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.45,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.46,carl@five-ten-sg.com) |
3 AC_CONFIG_SRCDIR([src/libpst.c]) | 3 AC_CONFIG_SRCDIR([src/libpst.c]) |
4 AC_CONFIG_HEADER([config.h]) | 4 AC_CONFIG_HEADER([config.h]) |
5 AM_INIT_AUTOMAKE | 5 AM_INIT_AUTOMAKE |
6 AC_CANONICAL_HOST | 6 AC_CANONICAL_HOST |
7 | 7 |
134 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes]) | 134 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes]) |
135 ) | 135 ) |
136 AC_HEADER_DIRENT | 136 AC_HEADER_DIRENT |
137 AC_HEADER_STDC | 137 AC_HEADER_STDC |
138 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]) | 138 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]) |
139 AC_SEARCH_LIBS([sem_init],rt) | 139 AC_SEARCH_LIBS([sem_init],[pthread rt]) |
140 | 140 |
141 | 141 |
142 # Checks for typedefs, structures, and compiler characteristics. | 142 # Checks for typedefs, structures, and compiler characteristics. |
143 AC_HEADER_STDBOOL | 143 AC_HEADER_STDBOOL |
144 AC_HEADER_SYS_WAIT | 144 AC_HEADER_SYS_WAIT |