diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-18 14:34:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-18 14:34:50 +0000 |
commit | 65dbee01e5fcdd8dd6b9ea039c76e3e04b815e5e (patch) | |
tree | 5dc0da514529da999c36ee0209193e6a3267a037 | |
parent | b1080f7c9a5f75081e26f8b2165eb1889df7e7e8 (diff) |
check for errno.h
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ccc01a9d9..dcfae4d50 100644 --- a/configure.ac +++ b/configure.ac @@ -1181,6 +1181,7 @@ AC_CHECK_HEADERS( sys/resource.h \ libgen.h \ locale.h \ + errno.h \ setjmp.h, dnl to do if not found [], |