Add .fossil-settings

FossilOrigin-Name: 087f5e8afa5610315f2d70922e863f0e8ceb408eb2578cb5a6bd93d025f07db1
This commit is contained in:
Jonathan Schleifer 2020-09-12 00:14:33 +00:00
parent cfd63f75cf
commit b975cd2385
4 changed files with 32 additions and 2 deletions

View file

@ -11,7 +11,7 @@ done
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [
AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
])
test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)"