aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-20 19:34:18 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-20 19:34:18 +0000
commit5046d5115a76689255b00304c6e8a4db18f26b36 (patch)
tree2a8568725012b259c5e8199c25b13add021f7081
parent94779b1302a225b5b1c71710405f987bf41ded8f (diff)
downloadmandoc-5046d5115a76689255b00304c6e8a4db18f26b36.tar.gz
mandoc-5046d5115a76689255b00304c6e8a4db18f26b36.tar.zst
mandoc-5046d5115a76689255b00304c6e8a4db18f26b36.zip
fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index ff42781e..9fd7456e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: configure,v 1.43.2.6 2016/10/20 18:52:27 schwarze Exp $
+# $Id: configure,v 1.43.2.7 2016/10/20 19:34:18 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -262,6 +262,7 @@ elif runtest sqlite3 SQLITE3 \
"-I/usr/local/include -L/usr/local/lib -lsqlite3"; then
LD_SQLITE3="-L/usr/local/lib -lsqlite3"
CFLAGS="${CFLAGS} -I/usr/local/include"
+ COMP="${COMP} -I/usr/local/include"
fi
if [ ${HAVE_SQLITE3} -eq 0 ]; then
LD_SQLITE3=