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 5206 by michael, Mon Dec 29 19:36:12 2014 UTC vs.
Revision 5213 by michael, Mon Dec 29 20:16:48 2014 UTC

# Line 761 | Line 761 | ac_user_opts='
761   enable_option_checking
762   enable_silent_rules
763   enable_maintainer_mode
764 with_extra_fascism
764   enable_dependency_tracking
765   enable_shared
766   enable_static
# Line 1419 | Line 1418 | Optional Features:
1418   Optional Packages:
1419    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1420    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1422  --with-extra-fascism    Add extra gcc3-specific warning flags
1421    --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1422                            both]
1423    --with-aix-soname=aix|svr4|both
# Line 2859 | Line 2857 | fi
2857  
2858  
2859  
2862
2863 # Check whether --with-extra-fascism was given.
2864 if test "${with_extra_fascism+set}" = set; then :
2865  withval=$with_extra_fascism; CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs"
2866 fi
2867
2868
2869
2870
2871
2860   DEPDIR="${am__leading_dot}deps"
2861  
2862   ac_config_commands="$ac_config_commands depfiles"
# Line 12103 | Line 12091 | fi
12091   done
12092  
12093  
12094 < for ac_header in fcntl.h sys/time.h unistd.h strings.h
12094 > for ac_header in fcntl.h sys/time.h unistd.h
12095   do :
12096    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12097   ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
# Line 12589 | Line 12577 | if eval test \"x\$"$as_ac_var"\" = x"yes
12577   _ACEOF
12578  
12579   fi
12592 done
12593
12594
12595 for ac_func in gethostbyname
12596 do :
12597  ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
12598 if test "x$ac_cv_func_gethostbyname" = xyes; then :
12599  cat >>confdefs.h <<_ACEOF
12600 #define HAVE_GETHOSTBYNAME 1
12601 _ACEOF
12602
12603 fi
12580   done
12581  
12582  

Diff Legend

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