[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 04/22/99

Date: Thursday April 22, 1999 @ 23:25
Author: rasmus

Update of /repository/php3
In directory php:/tmp/cvs-serv501

Modified Files:
        configure.in
Log Message:
Silly little changes

Index: php3/configure.in
diff -c php3/configure.in:1.343 php3/configure.in:1.344
*** php3/configure.in:1.343 Wed Apr 21 11:50:22 1999
--- php3/configure.in Thu Apr 22 23:25:55 1999
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.343 1999/04/21 15:50:22 sas Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.344 1999/04/23 03:25:55 rasmus Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 647,653 ****
  
  AC_MSG_CHECKING(for ASPELL support)
  AC_ARG_WITH(aspell,
! [ --with-aspell[=DIR] Include ASPELL support.],
  [
    if test "$withval" != "no"; then
          if test "$withval" = "yes"; then
--- 647,653 ----
  
  AC_MSG_CHECKING(for ASPELL support)
  AC_ARG_WITH(aspell,
! [ --with-aspell[=DIR] Include ASPELL support.],
  [
    if test "$withval" != "no"; then
          if test "$withval" = "yes"; then
***************
*** 1427,1433 ****
  
  AC_MSG_CHECKING(for Cybercash MCK support)
  AC_ARG_WITH(mck,
! [ --with-mck[=DIR] Include Cybercash MCK support. DIR is the cybercash
                            mck build directory, defaults to
                            /usr/src/mck-3.2.0.3-linux],
  [
--- 1427,1433 ----
  
  AC_MSG_CHECKING(for Cybercash MCK support)
  AC_ARG_WITH(mck,
! [ --with-mck[=DIR] Include Cybercash MCK support. DIR is the cybercash
                            mck build directory, defaults to
                            /usr/src/mck-3.2.0.3-linux],
  [
***************
*** 1463,1469 ****
  AC_MSG_CHECKING(for SNMP support)
  AC_ARG_WITH(snmp,
  [ --with-snmp[=DIR] Include SNMP support. DIR is the SNMP base
! install directory, defaults to /usr/local],
  [
    if test "$withval" != "no"; then
            if test "$withval" = "yes"; then
--- 1463,1470 ----
  AC_MSG_CHECKING(for SNMP support)
  AC_ARG_WITH(snmp,
  [ --with-snmp[=DIR] Include SNMP support. DIR is the SNMP base
! install directory, defaults to searching through
! a number of common locations for the snmp install.],
  [
    if test "$withval" != "no"; then
            if test "$withval" = "yes"; then

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>