Changeset 942 in openpam
- Timestamp:
- Feb 20, 2019, 1:19:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r941 r942 111 111 AC_SUBST(SYSTEM_LIBPAM) 112 112 113 CRYB_INIT() 114 CRYB_LIB_REQUIRE([test]) 115 CRYB_RESOLVE 116 dnl AX_PKG_CONFIG_CHECK([cryb-test], 117 dnl [AC_MSG_NOTICE([Cryb test framework found, unit tests enabled.])], 118 dnl [AC_MSG_WARN([Cryb test framework not found, unit tests disabled.])]) 119 AM_CONDITIONAL([WITH_TEST], [ test x"$CRYB_TEST_LIBS" != x"" ]) 113 AX_PKG_CONFIG_CHECK([cryb-test], 114 [AC_MSG_NOTICE([Cryb test framework found, unit tests enabled.])], 115 [AC_MSG_WARN([Cryb test framework not found, unit tests disabled.])]) 116 AM_CONDITIONAL([WITH_TEST], [test x"$CRYB_TEST_LIBS" != x""]) 120 117 121 118 AC_ARG_ENABLE([developer-warnings],
Note: See TracChangeset
for help on using the changeset viewer.