diff options
| author | msheby <msheby@cinecert.com> | 2008-03-20 18:14:19 +0000 |
|---|---|---|
| committer | msheby <> | 2008-03-20 18:14:19 +0000 |
| commit | 8c9c541935897910d125ce99fc62579825c424bf (patch) | |
| tree | 8e994a9589ca41fcb0d273f7b83f3fe911be88bd | |
| parent | 3bb652da6ea2765b1538d0713cefa284238c8bdb (diff) | |
Add pthread dependency.
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e109d51..ad4dc0b 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,9 @@ AZ_PYTHON_DEFAULT AZ_PYTHON_WITH AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) +# Checks for libraries. +AC_CHECK_LIB([pthread], [pthread_create]) + # Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC |
