Changeset 787dab7 in mod_gnutls for configure.ac
- Timestamp:
- Feb 20, 2008, 2:50:09 PM (14 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 572096b
- Parents:
- 2cdc264
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (02/20/08 14:50:09)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (02/20/08 14:50:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r2cdc264 r787dab7 1 1 dnl 2 AC_INIT(mod_gnutls, 0.5. 0-alpha)2 AC_INIT(mod_gnutls, 0.5.1) 3 3 OOO_CONFIG_NICE(config.nice) 4 4 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION … … 38 38 ]])) 39 39 40 AC_ARG_ENABLE(srp, 41 AS_HELP_STRING([--disable-srp], 42 [unconditionally disable the SRP functionality]), 43 use_srp=$enableval, use_srp=yes) 44 if test "$use_srp" != "no"; then 45 AC_DEFINE_UNQUOTED(ENABLE_SRP, 1, [whether to enable SRP]) 46 fi 47 AC_MSG_CHECKING([whether to enable SRP functionality]) 48 AC_MSG_RESULT($use_srp) 49 40 50 dnl CHECK_LUA() 41 51
Note: See TracChangeset
for help on using the changeset viewer.