source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local
@ 2016-10-20 19:34 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-10-20 19:34 UTC (permalink / raw)
  To: source

Log Message:
-----------
fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local

Tags:
----
VERSION_1_13

Modified Files:
--------------
    mdocml:
        configure

Revision Data
-------------
Index: configure
===================================================================
RCS file: /home/cvs/mdocml/mdocml/configure,v
retrieving revision 1.43.2.6
retrieving revision 1.43.2.7
diff -Lconfigure -Lconfigure -u -p -r1.43.2.6 -r1.43.2.7
--- configure
+++ configure
@@ -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=
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-20 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 19:34 mdocml: fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).