Differential Revision: http://reviews.llvm.org/D12642
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247512
91177308-0d34-0410-b5e6-
96231b3b80d8
fi
dnl Quit if it is an in-source build
-if test ${srcdir} == "." ; then
+if test ${srcdir} = "." ; then
AC_MSG_ERROR([In-source builds are not allowed. Please configure from a separate build directory!])
fi
fi
fi
-if test ${srcdir} == "." ; then
+if test ${srcdir} = "." ; then
{ { echo "$as_me:$LINENO: error: In-source builds are not allowed. Please configure from a separate build directory!" >&5
echo "$as_me: error: In-source builds are not allowed. Please configure from a separate build directory!" >&2;}
{ (exit 1); exit 1; }; }