mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 14:18:35 +01:00
Merge pull request #47 from hurlebouc/master
Improve FUSE library check
This commit is contained in:
commit
6239a3c58f
@ -60,13 +60,14 @@ AX_CXX_COMPILE_STDCXX_11
|
||||
dnl Look for fuse headers.
|
||||
AX_EXT_HAVE_HEADER(fuse.h, /usr/include/fuse /usr/local/include/fuse \
|
||||
/opt/include/fuse /opt/local/include/fuse \
|
||||
/usr/include/osxfuse /usr/local/include/osxfuse)
|
||||
/usr/include/osxfuse /usr/local/include/osxfuse \
|
||||
/opt/local/include/osxfuse)
|
||||
|
||||
dnl Ensure the necessary paths are added to LDPATH
|
||||
AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, fuse,
|
||||
fuse_new, [])
|
||||
fuse_mount, [])
|
||||
AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, osxfuse,
|
||||
fuse_new, [])
|
||||
fuse_mount, [])
|
||||
|
||||
if test "$GXX" = "yes"; then
|
||||
CXXFLAGS="-W -Wall -Wpointer-arith -Wwrite-strings $CXXFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user