[PHP-DEV] CVS update: php3 From: andi (php-dev <email protected>)
Date: 06/06/98

Date: Saturday June 6, 1998 @ 11:24
Author: andi

Update of /repository/php3
In directory asf:/tmp/cvs-serv14165

Modified Files:
        configure.in
Log Message:
- Align the --enable-debug text explanation when calling --help

Index: php3/configure.in
diff -c php3/configure.in:1.217 php3/configure.in:1.218
*** php3/configure.in:1.217 Sat Jun 6 09:46:51 1998
--- php3/configure.in Sat Jun 6 11:24:25 1998
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.217 1998/06/06 13:46:51 rasmus Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.218 1998/06/06 15:24:25 andi Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 1047,1053 ****
  
  AC_MSG_CHECKING(whether to include debugging symbols)
  AC_ARG_ENABLE(debug,
! [ --enable-debug Compile with debugging symbols],
  [
    if test "$enableval" = "yes"; then
      AC_MSG_RESULT(yes)
--- 1047,1053 ----
  
  AC_MSG_CHECKING(whether to include debugging symbols)
  AC_ARG_ENABLE(debug,
! [ --enable-debug Compile with debugging symbols],
  [
    if test "$enableval" = "yes"; then
      AC_MSG_RESULT(yes)