From: Corne' Cornelius Date: Tue, 25 Feb 2003 06:56:28 +0000 (+0000) Subject: MFH: 1.30 X-Git-Tag: php-4.3.2RC1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a920b4b19026f6e3a8d817d3eb9743e116131b1;p=php MFH: 1.30 --- 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, [ ])