Skip to content

Commit

Permalink
Enable debugging via config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnchi committed May 31, 2019
1 parent 9c58f58 commit 356cbed
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 136 deletions.
1 change: 1 addition & 0 deletions .indent.pro
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/* K&R Coding Style */
-kr
-nut
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ AC_ARG_WITH(pam-dir,
AC_MSG_NOTICE([PAM installation path $PAMDIR])

dnl Checks for libraries.
AC_CHECK_LIB([cjson], [cJSON_CreateObjectReference])
AC_CHECK_LIB([crypto], [CRYPTO_new_ex_data])
AC_CHECK_LIB([jwt], [jwt_set_alg])
AC_CHECK_LIB([m], [cos])
AC_CHECK_LIB([pam], [pam_get_user])
AC_CHECK_LIB([ssl], [SSL_library_init])

Expand Down
Loading

0 comments on commit 356cbed

Please sign in to comment.