Merge branch 'master' of github.com:jedisct1/libsodium
* 'master' of github.com:jedisct1/libsodium: Warn that libtool might fail if the build directory contains whitespaces
This commit is contained in:
commit
3a9c4f2c78
@ -38,6 +38,12 @@ AC_SUBST(DLL_VERSION)
|
||||
|
||||
LX_CFLAGS=${CFLAGS-NONE}
|
||||
|
||||
dnl Path check
|
||||
|
||||
AS_IF([test pwd | fgrep ' ' > /dev/null 2>&1],
|
||||
[AC_MSG_WARN([The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions])]
|
||||
)
|
||||
|
||||
dnl Switches
|
||||
|
||||
AC_ARG_ENABLE(ssp,
|
||||
|
Loading…
Reference in New Issue
Block a user