summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorne' Cornelius <nobbie@php.net>2003-02-25 05:33:28 +0000
committerCorne' Cornelius <nobbie@php.net>2003-02-25 05:33:28 +0000
commit9f48874675f068ffd2f4fb0d3ffc3fdcc78fee4b (patch)
treedd0f6bf6051952a59c820a4af5ed932e56f7052c
parent14f98fca45f1cb5e0b4d81eccdadb9cd6d603cb8 (diff)
downloadphp-git-9f48874675f068ffd2f4fb0d3ffc3fdcc78fee4b.tar.gz
- Changed IFX_VERSION to work with Major versions with more then one digit
-rw-r--r--ext/informix/config.m42
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, [ ])