diff options
| author | Corne' Cornelius <nobbie@php.net> | 2003-02-25 06:56:28 +0000 |
|---|---|---|
| committer | Corne' Cornelius <nobbie@php.net> | 2003-02-25 06:56:28 +0000 |
| commit | 1a920b4b19026f6e3a8d817d3eb9743e116131b1 (patch) | |
| tree | 8072ec7cf39a527a758519a11c2225f8e8418155 | |
| parent | e964bb37799f8f3e9d481763d86bb5fea63ff66a (diff) | |
| download | php-git-1a920b4b19026f6e3a8d817d3eb9743e116131b1.tar.gz | |
MFH: 1.30
| -rw-r--r-- | ext/informix/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/informix/config.m4 b/ext/informix/config.m4 index 23869101d7..1e892fd908 100644 --- a/ext/informix/config.m4 +++ b/ext/informix/config.m4 @@ -44,7 +44,7 @@ if test "$PHP_INFORMIX" != "no"; then esac AC_MSG_CHECKING([Informix version]) - IFX_VERSION=[`$INFORMIXDIR/bin/esql -V | grep "ESQL Version" | sed -ne '1 s/\(.*\)ESQL Version \([0-9]\)\.\([0-9]*\).*/\2\3/p'`] + IFX_VERSION=[`$INFORMIXDIR/bin/esql -V | grep "ESQL Version" | sed -ne '1 s/\(.*\)ESQL Version \([0-9]*\)\.\([0-9]*\).*/\2\3/p'`] AC_MSG_RESULT($IFX_VERSION) AC_DEFINE_UNQUOTED(IFX_VERSION, $IFX_VERSION, [ ]) |
