diff options
author | deva <deva> | 2006-07-20 20:32:03 +0000 |
---|---|---|
committer | deva <deva> | 2006-07-20 20:32:03 +0000 |
commit | eb01cce3f667e36f201acb4280a68a05556e6782 (patch) | |
tree | 15d645f19b50292fb98bdb1cfd1fb90c2ee53c1a /configure.in | |
parent | 7d39c063ea84b9b30dbe669ac4ae641a49506836 (diff) |
Added getopt
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 40b5f75..82906fb 100644 --- a/configure.in +++ b/configure.in @@ -100,6 +100,11 @@ else fi dnl ====================== +dnl Check for getopt +dnl ====================== +AC_HAVE_HEADERS(getopt.h) + +dnl ====================== dnl Check for pthread library dnl ====================== AC_CHECK_HEADER(pthread.h, , AC_MSG_ERROR([*** pthread headers not found!])) |