Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 03b5f7d

Browse files
committed
Correct whitespace in path detection, and turn it into a fatal error
1 parent bfa162c commit 03b5f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ LX_CFLAGS=${CFLAGS-NONE}
4040

4141
dnl Path check
4242

43-
AS_IF([test pwd | fgrep ' ' > /dev/null 2>&1],
44-
[AC_MSG_WARN([The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions])]
43+
AS_IF([pwd | fgrep ' ' > /dev/null 2>&1],
44+
[AC_MSG_ERROR([The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions])]
4545
)
4646

4747
dnl Switches

0 commit comments

Comments
 (0)