Changeset b27cce7 in mod_gnutls for configure.ac
- Timestamp:
- May 16, 2015, 2:43:23 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- c5d5942
- Parents:
- f71e6ce
- git-author:
- Thomas Klute <thomas2.klute@…> (05/16/15 14:40:33)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/16/15 14:43:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf71e6ce rb27cce7 42 42 SRP_CFLAGS="" 43 43 if test "$use_srp" != "no"; then 44 44 SRP_CFLAGS="-DENABLE_SRP=1" 45 45 fi 46 46 … … 62 62 [enable Monkeysphere client certificate verification]), 63 63 use_msva=$enableval, use_msva=no) 64 AM_CONDITIONAL([USE_MSVA], [test "$use_msva" = "$enableval"])64 AM_CONDITIONAL([USE_MSVA], [test "$use_msva" != "no"]) 65 65 66 66 MSVA_CFLAGS="" 67 67 if test "$use_msva" != "no"; then 68 AC_CHECK_HEADERS([msv/msv.h], [], 68 AC_CHECK_HEADERS([msv/msv.h], [], 69 69 [AC_MSG_ERROR([*** No libmsv headers found!])]) 70 70 AC_SEARCH_LIBS([msv_query_agent], [msv], [], 71 71 [AC_MSG_ERROR([*** No libmsv found with msv_query_agent!])]) 72 72 MSVA_CFLAGS="-DENABLE_MSVA=1" 73 73 fi 74 74
Note: See TracChangeset
for help on using the changeset viewer.