Merge pull request #500 from xambroz/patch-1

Consider the /usr/include/firebird/ path for fb
This commit is contained in:
van Hauser 2020-03-03 20:30:37 +01:00 committed by GitHub
commit 8426e55939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
configure vendored
View file

@ -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