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

Comparing hopm/trunk/configure (file contents):
Revision 5212 by michael, Mon Dec 29 20:06:00 2014 UTC vs.
Revision 5230 by michael, Wed Dec 31 14:46:57 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 12088 | Line 12076 | CC=$lt_save_CC
12076  
12077  
12078  
12091 for ac_header in sys/poll.h
12092 do :
12093  ac_fn_c_check_header_mongrel "$LINENO" "sys/poll.h" "ac_cv_header_sys_poll_h" "$ac_includes_default"
12094 if test "x$ac_cv_header_sys_poll_h" = xyes; then :
12095  cat >>confdefs.h <<_ACEOF
12096 #define HAVE_SYS_POLL_H 1
12097 _ACEOF
12098 have_poll_sys_h=yes
12099 else
12100  have_sys_poll_h=no
12101 fi
12102
12103 done
12104
12105
12079   for ac_header in fcntl.h sys/time.h unistd.h
12080   do :
12081    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`

Diff Legend

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