Changeset 9f37925 in mod_gnutls for configure.ac
- Timestamp:
- Dec 15, 2007, 8:24:02 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- d2439b9
- Parents:
- 619953c
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/15/07 08:24:02)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/15/07 08:24:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r619953c r9f37925 1 1 dnl 2 AC_INIT(mod_gnutls, 0. 4.2.1)2 AC_INIT(mod_gnutls, 0.5.0) 3 3 OOO_CONFIG_NICE(config.nice) 4 4 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION … … 30 30 31 31 MIN_TLS_VERSION=2.1.7 32 CHECK_LIBGNUTLS($MIN_TLS_VERSION) 32 AM_PATH_LIBGNUTLS_EXTRA($MIN_TLS_VERSION,, 33 AC_MSG_ERROR([[ 34 *** 35 *** libgnutls and libgnutls-extra were not found. You may want to get it from 36 *** http://www.gnutls.org/ 37 *** 38 ]])) 33 39 34 40 dnl CHECK_LUA()
Note: See TracChangeset
for help on using the changeset viewer.