Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a93681

Browse files
committedJan 5, 2018
fix issue hholzgra#3, undefined symbol: _db_enter_
1 parent 096bbc9 commit 5a93681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎regexp/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20645,7 +20645,7 @@ s/^[^=]*=[ ]*$//;
2064520645
}'
2064620646
fi
2064720647

20648-
DEFS=-DHAVE_CONFIG_H
20648+
DEFS="-DDBUG_OFF -DHAVE_CONFIG_H"
2064920649

2065020650
ac_libobjs=
2065120651
ac_ltlibobjs=

0 commit comments

Comments
 (0)
Please sign in to comment.