From 4aa67b7a74bb11df4cba5e49f1b089a7da6b5fc4 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 26 Nov 2015 07:42:11 +0000 Subject: No point in trying to go on when elementary database operations like preparing queries or binding variables fail; that won't yield useful results anyway but may generate huge pointless error messages. Issue reported by deraadt@. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 261d50bb..21997fcc 100755 --- a/configure +++ b/configure @@ -339,6 +339,7 @@ __HEREDOC__ if [ ${HAVE_ERR} -eq 0 ]; then echo "extern void err(int, const char *, ...);" + echo "extern void errx(int, const char *, ...);" echo "extern void warn(const char *, ...);" echo "extern void warnx(const char *, ...);" fi -- cgit v1.2.3