ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.2 by pcg, Tue Oct 14 19:45:35 2003 UTC vs.
Revision 1.3 by pcg, Wed Oct 15 00:25:14 2003 UTC

7518_ACEOF 7518_ACEOF
7519 7519
7520fi 7520fi
7521 7521
7522 7522
7523
7524
7525for ac_func in poll mlockall
7526do
7527as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7528echo "$as_me:$LINENO: checking for $ac_func" >&5
7529echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7530if eval "test \"\${$as_ac_var+set}\" = set"; then
7531 echo $ECHO_N "(cached) $ECHO_C" >&6
7532else
7533 cat >conftest.$ac_ext <<_ACEOF
7534#line $LINENO "configure"
7535/* confdefs.h. */
7536_ACEOF
7537cat confdefs.h >>conftest.$ac_ext
7538cat >>conftest.$ac_ext <<_ACEOF
7539/* end confdefs.h. */
7540/* System header to define __stub macros and hopefully few prototypes,
7541 which can conflict with char $ac_func (); below.
7542 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7543 <limits.h> exists even on freestanding compilers. */
7544#ifdef __STDC__
7545# include <limits.h>
7546#else
7547# include <assert.h>
7548#endif
7549/* Override any gcc2 internal prototype to avoid an error. */
7550#ifdef __cplusplus
7551extern "C"
7552{
7553#endif
7554/* We use char because int might match the return type of a gcc2
7555 builtin and then its argument prototype would still apply. */
7556char $ac_func ();
7557/* The GNU C library defines this for functions which it implements
7558 to always fail with ENOSYS. Some functions are actually named
7559 something starting with __ and the normal name is an alias. */
7560#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7561choke me
7562#else
7563char (*f) () = $ac_func;
7564#endif
7565#ifdef __cplusplus
7566}
7567#endif
7568
7569int
7570main ()
7571{
7572return f != $ac_func;
7573 ;
7574 return 0;
7575}
7576_ACEOF
7577rm -f conftest.$ac_objext conftest$ac_exeext
7578if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7579 (eval $ac_link) 2>&5
7580 ac_status=$?
7581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7582 (exit $ac_status); } &&
7583 { ac_try='test -s conftest$ac_exeext'
7584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7585 (eval $ac_try) 2>&5
7586 ac_status=$?
7587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588 (exit $ac_status); }; }; then
7589 eval "$as_ac_var=yes"
7590else
7591 echo "$as_me: failed program was:" >&5
7592sed 's/^/| /' conftest.$ac_ext >&5
7593
7594eval "$as_ac_var=no"
7595fi
7596rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7597fi
7598echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7599echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7600if test `eval echo '${'$as_ac_var'}'` = yes; then
7601 cat >>confdefs.h <<_ACEOF
7602#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7603_ACEOF
7604
7605fi
7606done
7607
7608
7609echo "$as_me:$LINENO: checking for socklen_t" >&5 7523echo "$as_me:$LINENO: checking for socklen_t" >&5
7610echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 7524echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7611if test "${ac_cv_type_socklen_t+set}" = set; then 7525if test "${ac_cv_type_socklen_t+set}" = set; then
7612 echo $ECHO_N "(cached) $ECHO_C" >&6 7526 echo $ECHO_N "(cached) $ECHO_C" >&6
7613else 7527else
7954 7868
7955 7869
7956 7870
7957 7871
7958 7872
7873
7959for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall 7874for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall poll
7960do 7875do
7961as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7876as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7962echo "$as_me:$LINENO: checking for $ac_func" >&5 7877echo "$as_me:$LINENO: checking for $ac_func" >&5
7963echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7878echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7964if eval "test \"\${$as_ac_var+set}\" = set"; then 7879if eval "test \"\${$as_ac_var+set}\" = set"; then
9302 9217
9303 9218
9304fi 9219fi
9305 9220
9306 9221
9222CXXFLAGS="-I$openssl_include"
9307 9223
9308# Check whether --enable-rohc or --disable-rohc was given. 9224# Check whether --enable-rohc or --disable-rohc was given.
9309if test "${enable_rohc+set}" = set; then 9225if test "${enable_rohc+set}" = set; then
9310 enableval="$enable_rohc" 9226 enableval="$enable_rohc"
9311 9227

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines