Skip to content

Commit

Permalink
configure ] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jun 17, 2016
1 parent 18a6a20 commit 9a048e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit 9a048e5

Please sign in to comment.