Skip to content

Commit

Permalink
Add missing configuration variables to configure.ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
matangover committed Aug 14, 2017
1 parent d93b70c commit 8792211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ AC_SUBST(PAGINATE_BY)
AC_SUBST(CLIENT_MAX_BODY_SIZE)
AC_SUBST(SSL_CERT)
AC_SUBST(SSL_CERT_KEY)
AC_SUBST(EMAIL_USERNAME)
AC_SUBST(EMAIL_PASSWORD)
AC_SUBST(MAX_PAGINATE_BY)

# IIPServer bin
AC_ARG_VAR([IIPSRV_FCGI], [IIPServer fcgi binary (required if --enable-diva and MODE=server)])
Expand Down

0 comments on commit 8792211

Please sign in to comment.