mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -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
|
if [ -f "$i/ibase.h" ]; then
|
||||||
FIREBIRD_IPATH="$i"
|
FIREBIRD_IPATH="$i"
|
||||||
fi
|
fi
|
||||||
|
if [ -f "$i/firebird/ibase.h" ]; then
|
||||||
|
FIREBIRD_IPATH="$i/firebird"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ "X" != "X$DEBUG" ]; then
|
if [ "X" != "X$DEBUG" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue