diff options
author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/ovrimos/config.m4 | |
parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz |
Unified the configure messages.
Diffstat (limited to 'ext/ovrimos/config.m4')
-rw-r--r-- | ext/ovrimos/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ovrimos/config.m4 b/ext/ovrimos/config.m4 index f495e14a5f..d57a66e5af 100644 --- a/ext/ovrimos/config.m4 +++ b/ext/ovrimos/config.m4 @@ -1,10 +1,10 @@ +dnl dnl $Id$ -dnl config.m4 for extension ovrimos -dnl don't forget to call PHP_EXTENSION(ovrimos) +dnl PHP_ARG_WITH(ovrimos, for Ovrimos SQL Server support, [ --with-ovrimos[=DIR] Include Ovrimos SQL Server support. DIR is the - Ovrimos' libsqlcli install directory.]) + Ovrimos libsqlcli install directory.]) if test "$PHP_OVRIMOS" != "no"; then for i in /usr/local /usr $PHP_OVRIMOS; do |