diff options
author | Alan T. DeKok <aland@freeradius.org> | 2017-02-08 13:27:17 -0500 |
---|---|---|
committer | Alan T. DeKok <aland@freeradius.org> | 2017-02-08 13:27:17 -0500 |
commit | 803af556aa19696fbdc17c955a0ce9cc14f5fc27 (patch) | |
tree | 3fda21b2ce411a89eeef4c329736dfc6ed5166da /configure | |
parent | 7de12391916f9d5a6bb2543e9338ca0b6f7eb6fc (diff) | |
download | libpam-radius-auth-803af556aa19696fbdc17c955a0ce9cc14f5fc27.tar.gz libpam-radius-auth-803af556aa19696fbdc17c955a0ce9cc14f5fc27.zip |
Check for poll.h and use that if it exists
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pam_radius $Id$. +# Generated by GNU Autoconf 2.69 for pam_radius 1.5. # # Report bugs to <http://bugs.freeradius.org>. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pam_radius' PACKAGE_TARNAME='pam_radius' -PACKAGE_VERSION='$Id$' -PACKAGE_STRING='pam_radius $Id$' +PACKAGE_VERSION='1.5' +PACKAGE_STRING='pam_radius 1.5' PACKAGE_BUGREPORT='http://bugs.freeradius.org' PACKAGE_URL='http://www.freeradius.org' @@ -1248,7 +1248,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 pam_radius $Id$ to adapt to many kinds of systems. +\`configure' configures pam_radius 1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1314,7 +1314,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pam_radius $Id$:";; + short | recursive ) echo "Configuration of pam_radius 1.5:";; esac cat <<\_ACEOF @@ -1403,7 +1403,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pam_radius configure $Id$ +pam_radius configure 1.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1864,7 +1864,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 pam_radius $as_me $Id$, which was +It was created by pam_radius $as_me 1.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4507,6 +4507,7 @@ for ac_header in \ sys/time.h \ sys/types.h \ syslog.h \ + poll.h \ time.h \ unistd.h \ utmp.h @@ -5783,7 +5784,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 pam_radius $as_me $Id$, which was +This file was extended by pam_radius $as_me 1.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5837,7 +5838,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="\\ -pam_radius config.status $Id$ +pam_radius config.status 1.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |