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 1374 by michael, Fri Apr 27 07:53:40 2012 UTC vs.
Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1373 2012-04-27 07:32:34Z michael .
2 > # From configure.ac Id: configure.ac 1402 2012-05-09 18:42:45Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta1.
5   #
# Line 648 | Line 648 | DATADIR
648   LIBDIR
649   SYSCONFDIR
650   PREFIX
651 EFNET_FALSE
652 EFNET_TRUE
651   ENABLE_SSL_FALSE
652   ENABLE_SSL_TRUE
653   LTDLOPEN
# Line 731 | Line 729 | AMTAR
729   am__leading_dot
730   SET_MAKE
731   AWK
734 mkdir_p
732   MKDIR_P
733   INSTALL_STRIP_PROGRAM
734   STRIP
# Line 814 | Line 811 | enable_poll
811   enable_select
812   with_nicklen
813   with_topiclen
817 enable_efnet
814   enable_halfops
815   enable_debugging
816   enable_warnings
# Line 1472 | Line 1468 | Optional Features:
1468    --enable-rtsigio        Force rtsigio usage.
1469    --enable-poll           Force poll usage.
1470    --enable-select         Force select usage.
1475  --enable-efnet          For IRCDs running on EFnet.
1471    --enable-halfops        Enable halfops support.
1472    --enable-debugging      Enable debugging.
1473    --enable-warnings       Enable compiler warnings.
# Line 2831 | Line 2826 | fi
2826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2827   $as_echo "$MKDIR_P" >&6; }
2828  
2834 mkdir_p="$MKDIR_P"
2835 case $mkdir_p in
2836  [\\/$]* | ?:[\\/]*) ;;
2837  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2838 esac
2839
2829   for ac_prog in gawk mawk nawk awk
2830   do
2831    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 14386 | Line 14375 | fi
14375  
14376  
14377   cat >>confdefs.h <<_ACEOF
14378 < #define NICKLEN ($nicklen+1)
14378 > #define NICKLEN ($nicklen)
14379   _ACEOF
14380  
14381  
# Line 14406 | Line 14395 | _ACEOF
14395  
14396  
14397  
14409  # Check whether --enable-efnet was given.
14410 if test "${enable_efnet+set}" = set; then :
14411  enableval=$enable_efnet; efnet="$enableval"
14412 else
14413  efnet="no"
14414 fi
14415
14416  if test "$efnet" = "yes" ; then
14417                use_efnet="yes"
14418
14419 $as_echo "#define EFNET 1" >>confdefs.h
14420
14421        else
14422                use_efnet="no"
14423  fi
14424   if test "$use_efnet" = "yes"; then
14425  EFNET_TRUE=
14426  EFNET_FALSE='#'
14427 else
14428  EFNET_TRUE='#'
14429  EFNET_FALSE=
14430 fi
14431
14432
14433
14398    # Check whether --enable-halfops was given.
14399   if test "${enable_halfops+set}" = set; then :
14400    enableval=$enable_halfops; halfops="$enableval"
# Line 14732 | Line 14696 | if test -z "${ENABLE_SSL_TRUE}" && test
14696    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14697   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14698   fi
14735 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14736  as_fn_error $? "conditional \"EFNET\" was never defined.
14737 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14738 fi
14699  
14700   : "${CONFIG_STATUS=./config.status}"
14701   ac_write_fail=0

Diff Legend

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