diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-04-30 17:51:33 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-04-30 17:51:33 +0200 |
commit | c83921a2b566aa9d55d8ccc7258f04fca6292ee6 (patch) | |
tree | 44039788fc816c84d5788df847d1555413ebe55a /configure | |
parent | 10e5fb2b9b2f27c83b3e5a1d048b158d5cf42a43 (diff) | |
download | vyos-strongswan-c83921a2b566aa9d55d8ccc7258f04fca6292ee6.tar.gz vyos-strongswan-c83921a2b566aa9d55d8ccc7258f04fca6292ee6.zip |
Imported Upstream version 5.0.4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 36 |
1 files changed, 26 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for strongSwan 5.0.3. +# Generated by GNU Autoconf 2.69 for strongSwan 5.0.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='strongSwan' PACKAGE_TARNAME='strongswan' -PACKAGE_VERSION='5.0.3' -PACKAGE_STRING='strongSwan 5.0.3' +PACKAGE_VERSION='5.0.4' +PACKAGE_STRING='strongSwan 5.0.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1045,6 +1045,7 @@ ipsecuser systemdsystemunitdir HAVE_SYSTEMD_FALSE HAVE_SYSTEMD_TRUE +fips_mode ipsec_script routing_table_prio routing_table @@ -1140,6 +1141,7 @@ with_linux_headers with_routing_table with_routing_table_prio with_ipsec_script +with_fips_mode with_tss with_capabilities with_mpz_powm_sec @@ -1863,7 +1865,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures strongSwan 5.0.3 to adapt to many kinds of systems. +\`configure' configures strongSwan 5.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1933,7 +1935,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of strongSwan 5.0.3:";; + short | recursive ) echo "Configuration of strongSwan 5.0.4:";; esac cat <<\_ACEOF @@ -2164,6 +2166,8 @@ Optional Packages: set priority for IPsec routing table (default: 220). --with-ipsec-script=arg change the name of the ipsec script (default: ipsec). + --with-fips-mode=arg set openssl FIPS mode: disabled(0), enabled(1), + Suite B enabled(2) (default: 0). --with-tss=arg set implementation of the Trusted Computing Group's Software Stack (TSS). Currently the only supported value is "trousers" (default: no). @@ -2300,7 +2304,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -strongSwan configure 5.0.3 +strongSwan configure 5.0.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2822,7 +2826,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by strongSwan $as_me 5.0.3, which was +It was created by strongSwan $as_me 5.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3637,7 +3641,7 @@ fi # Define the identity of the package. PACKAGE='strongswan' - VERSION='5.0.3' + VERSION='5.0.4' cat >>confdefs.h <<_ACEOF @@ -4070,6 +4074,18 @@ fi +# Check whether --with-fips-mode was given. +if test "${with_fips_mode+set}" = set; then : + withval=$with_fips_mode; fips_mode="$withval" + +else + fips_mode="0" + + +fi + + + # Check whether --with-tss was given. if test "${with_tss+set}" = set; then : @@ -22557,7 +22573,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by strongSwan $as_me 5.0.3, which was +This file was extended by strongSwan $as_me 5.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22623,7 +22639,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -strongSwan config.status 5.0.3 +strongSwan config.status 5.0.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |