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/branches/8.2.x/configure (file contents):
Revision 3644 by michael, Mon May 26 12:34:53 2014 UTC vs.
Revision 3725 by michael, Sat May 31 16:29:38 2014 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 3542 2014-05-15 16:42:15Z michael .
2 > # From configure.ac Id: configure.ac 3644 2014-05-26 12:34:53Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0beta3.
5   #
# Line 813 | Line 813 | enable_epoll
813   enable_devpoll
814   enable_poll
815   enable_select
816 enable_halfops
816   enable_debugging
817   enable_warnings
818   '
# Line 1470 | Line 1469 | Optional Features:
1469    --enable-devpoll        Force devpoll usage.
1470    --enable-poll           Force poll usage.
1471    --enable-select         Force select usage.
1473  --enable-halfops        Enable halfops support.
1472    --enable-debugging      Enable debugging.
1473    --enable-warnings       Enable compiler warnings.
1474  
# Line 14600 | Line 14598 | _ACEOF
14598  
14599  
14600  
14603  # Check whether --enable-halfops was given.
14604 if test "${enable_halfops+set}" = set; then :
14605  enableval=$enable_halfops; halfops="$enableval"
14606 else
14607  halfops="no"
14608 fi
14609
14610  if test "$halfops" = "yes" ; then
14611
14612 $as_echo "#define HALFOPS 1" >>confdefs.h
14613
14614  fi
14615
14616
14601    # Check whether --enable-debugging was given.
14602   if test "${enable_debugging+set}" = set; then :
14603    enableval=$enable_debugging; debugging="$enableval"

Diff Legend

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