summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-11-28 04:42:01 +0000
committerMoritz Schulte <mo@g10code.com>2003-11-28 04:42:01 +0000
commit7da8d2890c36d746a590e22657c08b9803301448 (patch)
treece8faeeca5aec84971188b121aec2f0ea7a866f6
parent65e1cecb1d72268ebbf124a958b00081e5b0a7a8 (diff)
downloadlibgcrypt-7da8d2890c36d746a590e22657c08b9803301448.tar.gz
2003-11-27 Moritz Schulte <mo@g10code.com>
* configure.ac (AC_CHECK_HEADERS): Check for getopt.h.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b12633d3..0b0434d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-27 Moritz Schulte <mo@g10code.com>
+
+ * configure.ac (AC_CHECK_HEADERS): Check for getopt.h.
+
2003-09-04 Werner Koch <wk@gnupg.org>
Released 1.1.43.
diff --git a/configure.ac b/configure.ac
index f7e05e34..20ceaf0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,7 +443,7 @@ fi
##################################
AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h sys/select.h)
+AC_CHECK_HEADERS(unistd.h sys/select.h getopt.h)
##########################################
#### Checks for typedefs, structures, ####