Changeset 37bc09bf45ed85666de87b46718f69b5c1fb46bd
- Timestamp:
- 27/01/08 16:45:34
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201448734 +0000
- git-parent:
[9f442389fc05cb0ee6440f1773378792e3aab197]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201448734 +0000
- Message:
Remove check for pthread_once - we never used it
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra82fd8f |
r37bc09b |
|
| 773 | 773 | Define if <pthread.h> defines pthread_cond_t.)],[ |
|---|
| 774 | 774 | AC_MSG_RESULT(no)]) |
|---|
| 775 | | |
|---|
| 776 | | AC_MSG_CHECKING(for pthread_once in pthread.h) |
|---|
| 777 | | AC_EGREP_HEADER(pthread_once,pthread.h,[ |
|---|
| 778 | | AC_MSG_RESULT(yes) |
|---|
| 779 | | AC_DEFINE(PTHREAD_ONCE_IN_PTHREAD_H, 1, |
|---|
| 780 | | Define if <pthread.h> defines pthread_once.)],[ |
|---|
| 781 | | AC_MSG_RESULT(no)]) |
|---|
| 782 | | fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" |
|---|
| 783 | 775 | |
|---|
| 784 | 776 | AC_MSG_CHECKING(for strncasecmp in strings.h) |
|---|