Commit ac180d5f authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Minor fix to error message

parent e0102d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ AC_PROG_CC

AC_PATH_PROG([FILE], [file])
AS_IF([test "x${FILE}" == "x"],
      [AC_MSG_ERROR([The file utility was not found in $PATH. Please install it and rerun.])])
      [AC_MSG_ERROR([The file utility was not found in \$PATH. Please install it and rerun.])])

LT_INIT