summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-06 22:05:12 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-06 22:05:12 +0000
commita99a3693b2c69ffd6a4268c9020593f62a3474eb (patch)
treef71e299b8ba2de95141d5ccfc3a150fd8b1b97b1 /configure.ac
parentcc8385b0dbb58419d91e3349a0fd52f6b8452d90 (diff)
Support setting :regular-output-channel and :diagnostic-output-channel.
Also some cleanup of option-related exceptions infrastructure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6820b2bb4..0e98152be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -862,6 +862,9 @@ AC_CHECK_HEADERS([getopt.h unistd.h])
AC_CHECK_DECLS([optreset], [], [], [#include <getopt.h>])
+# check with which standard strerror_r() complies
+AC_FUNC_STRERROR_R
+
# require boost library
BOOST_REQUIRE()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback