Skip to content

Commit 9637913

Browse files
committed
configure.ac: fix missing -I in JQ_CFLAGS include path
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ec5855e commit 9637913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if test -n "$with_jq"
165165
then
166166
if test "$JQ_CFLAGS" == ""; then
167167
if test "$with_jq" == "yes"; then
168-
JQ_CFLAGS="/usr/include"
168+
JQ_CFLAGS="-I/usr/include"
169169
else
170170
JQ_CFLAGS="-I$with_jq/include"
171171
fi

0 commit comments

Comments
 (0)