Adjust to ObjFW changes
FossilOrigin-Name: 531eb84cf5c27b39f7701dfa446886e2962aad9a8b60c3623e3b70833b18c592
This commit is contained in:
parent
0166881d65
commit
4252cbf3f2
10 changed files with 69 additions and 55 deletions
|
@ -16,10 +16,10 @@ AS_IF([test x"$OBJFW_CONFIG" = x""], [
|
|||
AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
|
||||
])
|
||||
|
||||
AS_IF([$OBJFW_CONFIG --package ObjOpenSSL], [
|
||||
OBJFW_CONFIG_FLAGS="$OBJFW_CONFIG_FLAGS --package ObjOpenSSL"
|
||||
AS_IF([$OBJFW_CONFIG --package ObjFWTLS], [
|
||||
OBJFW_CONFIG_FLAGS="$OBJFW_CONFIG_FLAGS --package ObjFWTLS"
|
||||
], [
|
||||
AC_MSG_ERROR(ObjOpenSSL not found!)
|
||||
AC_MSG_ERROR(ObjFWTLS not found!)
|
||||
])
|
||||
AS_IF([$OBJFW_CONFIG --package ObjSQLite3], [
|
||||
OBJFW_CONFIG_FLAGS="$OBJFW_CONFIG_FLAGS --package ObjSQLite3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue