mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-27 04:07:12 +09:00
Correct whitespace in path detection, and turn it into a fatal error
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ 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])]
|
||||
AS_IF([pwd | fgrep ' ' > /dev/null 2>&1],
|
||||
[AC_MSG_ERROR([The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions])]
|
||||
)
|
||||
|
||||
dnl Switches
|
||||
|
||||
Reference in New Issue
Block a user