ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/configure
(Generate patch)

Comparing hopm/branches/1.0.x/configure (file contents):
Revision 6104 by michael, Thu Jun 11 12:45:07 2015 UTC vs.
Revision 6109 by michael, Thu Jun 11 12:56:09 2015 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 6103 2015-06-11 12:40:02Z michael .
2 > # From configure.ac Id: configure.ac 6108 2015-06-11 12:52:40Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for hopm 1.0.7.
5   #
# Line 12589 | Line 12589 | $as_echo "#define NDEBUG 1" >>confdefs.h
12589  
12590   fi
12591  
12592
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
12594 $as_echo_n "checking for library containing socket... " >&6; }
12595 if ${ac_cv_search_socket+:} false; then :
12596  $as_echo_n "(cached) " >&6
12597 else
12598  ac_func_search_save_LIBS=$LIBS
12599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12600 /* end confdefs.h.  */
12601
12602 /* Override any GCC internal prototype to avoid an error.
12603   Use char because int might match the return type of a GCC
12604   builtin and then its argument prototype would still apply.  */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char socket ();
12609 int
12610 main ()
12611 {
12612 return socket ();
12613  ;
12614  return 0;
12615 }
12616 _ACEOF
12617 for ac_lib in '' socket; do
12618  if test -z "$ac_lib"; then
12619    ac_res="none required"
12620  else
12621    ac_res=-l$ac_lib
12622    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12623  fi
12624  if ac_fn_c_try_link "$LINENO"; then :
12625  ac_cv_search_socket=$ac_res
12626 fi
12627 rm -f core conftest.err conftest.$ac_objext \
12628    conftest$ac_exeext
12629  if ${ac_cv_search_socket+:} false; then :
12630  break
12631 fi
12632 done
12633 if ${ac_cv_search_socket+:} false; then :
12634
12635 else
12636  ac_cv_search_socket=no
12637 fi
12638 rm conftest.$ac_ext
12639 LIBS=$ac_func_search_save_LIBS
12640 fi
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
12642 $as_echo "$ac_cv_search_socket" >&6; }
12643 ac_res=$ac_cv_search_socket
12644 if test "$ac_res" != no; then :
12645  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12646
12647 else
12648  as_fn_error $? "socket library not found" "$LINENO" 5
12649 fi
12650
12651 ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
12652 if test "x$ac_cv_func_getaddrinfo" = xyes; then :
12653
12654 else
12655  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
12656 $as_echo_n "checking for library containing getaddrinfo... " >&6; }
12657 if ${ac_cv_search_getaddrinfo+:} false; then :
12658  $as_echo_n "(cached) " >&6
12659 else
12660  ac_func_search_save_LIBS=$LIBS
12661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12662 /* end confdefs.h.  */
12663
12664 /* Override any GCC internal prototype to avoid an error.
12665   Use char because int might match the return type of a GCC
12666   builtin and then its argument prototype would still apply.  */
12667 #ifdef __cplusplus
12668 extern "C"
12669 #endif
12670 char getaddrinfo ();
12671 int
12672 main ()
12673 {
12674 return getaddrinfo ();
12675  ;
12676  return 0;
12677 }
12678 _ACEOF
12679 for ac_lib in '' nsl; do
12680  if test -z "$ac_lib"; then
12681    ac_res="none required"
12682  else
12683    ac_res=-l$ac_lib
12684    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12685  fi
12686  if ac_fn_c_try_link "$LINENO"; then :
12687  ac_cv_search_getaddrinfo=$ac_res
12688 fi
12689 rm -f core conftest.err conftest.$ac_objext \
12690    conftest$ac_exeext
12691  if ${ac_cv_search_getaddrinfo+:} false; then :
12692  break
12693 fi
12694 done
12695 if ${ac_cv_search_getaddrinfo+:} false; then :
12696
12697 else
12698  ac_cv_search_getaddrinfo=no
12699 fi
12700 rm conftest.$ac_ext
12701 LIBS=$ac_func_search_save_LIBS
12702 fi
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
12704 $as_echo "$ac_cv_search_getaddrinfo" >&6; }
12705 ac_res=$ac_cv_search_getaddrinfo
12706 if test "$ac_res" != no; then :
12707  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12708
12709 fi
12710
12711 fi
12712
12713 ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
12714 if test "x$ac_cv_func_getnameinfo" = xyes; then :
12715
12716 else
12717  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
12718 $as_echo_n "checking for library containing getnameinfo... " >&6; }
12719 if ${ac_cv_search_getnameinfo+:} false; then :
12720  $as_echo_n "(cached) " >&6
12721 else
12722  ac_func_search_save_LIBS=$LIBS
12723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12724 /* end confdefs.h.  */
12725
12726 /* Override any GCC internal prototype to avoid an error.
12727   Use char because int might match the return type of a GCC
12728   builtin and then its argument prototype would still apply.  */
12729 #ifdef __cplusplus
12730 extern "C"
12731 #endif
12732 char getnameinfo ();
12733 int
12734 main ()
12735 {
12736 return getnameinfo ();
12737  ;
12738  return 0;
12739 }
12740 _ACEOF
12741 for ac_lib in '' nsl; do
12742  if test -z "$ac_lib"; then
12743    ac_res="none required"
12744  else
12745    ac_res=-l$ac_lib
12746    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12747  fi
12748  if ac_fn_c_try_link "$LINENO"; then :
12749  ac_cv_search_getnameinfo=$ac_res
12750 fi
12751 rm -f core conftest.err conftest.$ac_objext \
12752    conftest$ac_exeext
12753  if ${ac_cv_search_getnameinfo+:} false; then :
12754  break
12755 fi
12756 done
12757 if ${ac_cv_search_getnameinfo+:} false; then :
12758
12759 else
12760  ac_cv_search_getnameinfo=no
12761 fi
12762 rm conftest.$ac_ext
12763 LIBS=$ac_func_search_save_LIBS
12764 fi
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
12766 $as_echo "$ac_cv_search_getnameinfo" >&6; }
12767 ac_res=$ac_cv_search_getnameinfo
12768 if test "$ac_res" != no; then :
12769  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12770
12771 fi
12772
12773 fi
12774
12592  
12593   for ac_func in strlcpy strlcat
12594   do :

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)