ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure
(Generate patch)

Comparing ircd-hybrid-8/configure (file contents):
Revision 1257 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1292 by michael, Sun Feb 12 20:36:27 2012 UTC

# Line 799 | Line 799 | enable_poll
799   enable_select
800   with_nicklen
801   with_topiclen
802 with_syslog_facility
802   enable_efnet
803   enable_halfops
804   enable_debugging
805   enable_warnings
807 enable_syslog
806   '
807        ac_precious_vars='build_alias
808   host_alias
# Line 1463 | Line 1461 | Optional Features:
1461    --enable-halfops        Enable halfops support.
1462    --enable-debugging      Enable debugging.
1463    --enable-warnings       Enable compiler warnings.
1466  --enable-syslog="EVENTS"
1467                          Enable syslog for events: users oper (space
1468                          separated in quotes; default: disabled).
1464  
1465   Optional Packages:
1466    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 1482 | Line 1477 | Optional Packages:
1477    --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1478    --with-nicklen=<value>  Set nickname length (default 9).
1479    --with-topiclen=<value> Set topic length (default 160).
1485  --with-syslog-facility=LOG
1486                          Define the syslog facility to use (default:
1487                          LOG_LOCAL4)
1480  
1481   Some influential environment variables:
1482    CC          C compiler command
# Line 2957 | Line 2949 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2949  
2950   # We need awk for the "check" target.  The system "awk" is bad on
2951   # some platforms.
2952 < # Always define AMTAR for backward compatibility.
2952 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2953 > # in the wild :-(  We should find a proper way to deprecate it ...
2954 > AMTAR='$${TAR-tar}'
2955  
2956 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2963 <
2964 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2956 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2957  
2958  
2959  
# Line 14490 | Line 14482 | _ACEOF
14482  
14483  
14484  
14493
14494 # Check whether --with-syslog-facility was given.
14495 if test "${with_syslog_facility+set}" = set; then :
14496  withval=$with_syslog_facility; syslog_facility="$withval"
14497 else
14498  syslog_facility="LOG_LOCAL4"
14499 fi
14500
14501
14502 cat >>confdefs.h <<_ACEOF
14503 #define LOG_FACILITY $syslog_facility
14504 _ACEOF
14505
14506
14507
14485    # Check whether --enable-efnet was given.
14486   if test "${enable_efnet+set}" = set; then :
14487    enableval=$enable_efnet; efnet="$enableval"
# Line 14575 | Line 14552 | fi
14552    fi
14553  
14554  
14578  for ac_header in syslog.h sys/syslog.h
14579 do :
14580  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14581 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14582 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14583  cat >>confdefs.h <<_ACEOF
14584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14585 _ACEOF
14586
14587 fi
14588
14589 done
14590
14591  # Check whether --enable-syslog was given.
14592 if test "${enable_syslog+set}" = set; then :
14593  enableval=$enable_syslog; syslog="$enableval"
14594 else
14595  syslog="no"
14596 fi
14597
14598  if test "$enableval" != "no" ; then
14599    for option in $enableval ; do
14600      case "$option" in
14601        users)
14602 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14603 ;;
14604        oper)
14605 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14606 ;;
14607        yes) : ;;
14608        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14609      esac
14610    done
14611
14612 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14613
14614  fi
14615
14616
14555  
14556    prefix_NONE=
14557    exec_prefix_NONE=

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines