diff options
author | Julien Danjou <julien@danjou.info> | 2009-10-09 10:54:54 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2009-10-09 10:54:54 +0200 |
commit | 92a29c56c3d8c8b8fee3e35dff168bf1668ad34f (patch) | |
tree | c34c0e11a20f189fbc5469ee81a89fa0d9c2cdb0 /configure.ac | |
parent | 6112360234bd2587a2dee8a64582ba1e88df02d1 (diff) |
Revert "Provide sem_* functions"
This reverts commit 3d8dfe9a9ad0a22bdcec555bd3d0d9b5950a6dab.
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f775250..74cd088 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ fi PKG_CONFIG_LIBS= -AC_CHECK_FUNCS([pthread_self pthread_mutex_init pthread_mutex_destroy pthread_mutex_lock pthread_mutex_unlock pthread_cond_init pthread_cond_destroy pthread_cond_wait pthread_cond_signal pthread_cond_broadcast pthread_equal sem_init sem_destroy sem_wait sem_trywait], +AC_CHECK_FUNCS([pthread_self pthread_mutex_init pthread_mutex_destroy pthread_mutex_lock pthread_mutex_unlock pthread_cond_init pthread_cond_destroy pthread_cond_wait pthread_cond_signal pthread_cond_broadcast pthread_equal], [], [PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs']) AC_SUBST([PKG_CONFIG_LIBS]) AM_CONDITIONAL(BUILD_LIB, test "x$PKG_CONFIG_LIBS" != x) |