mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
Merge pull request #500 from xambroz/patch-1
Consider the /usr/include/firebird/ path for fb
This commit is contained in:
commit
8426e55939
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -627,6 +627,9 @@ for i in $INCDIRS ; do
|
|||
if [ -f "$i/ibase.h" ]; then
|
||||
FIREBIRD_IPATH="$i"
|
||||
fi
|
||||
if [ -f "$i/firebird/ibase.h" ]; then
|
||||
FIREBIRD_IPATH="$i/firebird"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [ "X" != "X$DEBUG" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue