mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 03:37:50 +02: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.
|
dnl Look for fuse headers.
|
||||||
AX_EXT_HAVE_HEADER(fuse.h, /usr/include/fuse /usr/local/include/fuse \
|
AX_EXT_HAVE_HEADER(fuse.h, /usr/include/fuse /usr/local/include/fuse \
|
||||||
/opt/include/fuse /opt/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
|
dnl Ensure the necessary paths are added to LDPATH
|
||||||
AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, fuse,
|
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,
|
AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, osxfuse,
|
||||||
fuse_new, [])
|
fuse_mount, [])
|
||||||
|
|
||||||
if test "$GXX" = "yes"; then
|
if test "$GXX" = "yes"; then
|
||||||
CXXFLAGS="-W -Wall -Wpointer-arith -Wwrite-strings $CXXFLAGS"
|
CXXFLAGS="-W -Wall -Wpointer-arith -Wwrite-strings $CXXFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user