From ba9c296108f7880e08a7914ccf045b65f161a848 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 15 Jun 2016 09:50:45 +0200 Subject: [PATCH] Correct whitespace in path detection, and turn it into a fatal error --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index aeb0d208..76ff45a7 100644 --- a/configure.ac +++ b/configure.ac @@ -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