mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
configure ] fix
This commit is contained in:
parent
18a6a20dcc
commit
9a048e5446
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -136,10 +136,10 @@ fi
|
|||
LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib"
|
||||
INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include"
|
||||
if [ -n "$PREFIX" ]; then
|
||||
if [ -d "$PREFIX/lib"]; then
|
||||
if [ -d "$PREFIX/lib" ]; then
|
||||
LIBDIRS="$LIBDIRS $PREFIX/lib"
|
||||
fi
|
||||
if [ -d "$PREFIX/include"]; then
|
||||
if [ -d "$PREFIX/include" ]; then
|
||||
INCDIRS="$INCDIRS $PREFIX/include"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue