nobbie Wed Feb 19 02:16:01 2003 EDT Modified files: /php4/ext/informix config.m4 Log: Updated IFX_VERSION entry to work with new Version output of ESQL/C @- Updated IFX_VERSION entry to work with new Version output of ESQL/C (Corne') Index: php4/ext/informix/config.m4 diff -u php4/ext/informix/config.m4:1.28 php4/ext/informix/config.m4:1.29 --- php4/ext/informix/config.m4:1.28 Mon Jan 13 18:31:12 2003 +++ php4/ext/informix/config.m4 Wed Feb 19 02:16:00 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.28 2003/01/13 23:31:12 sniper Exp $ +dnl $Id: config.m4,v 1.29 2003/02/19 07:16:00 nobbie Exp $ dnl PHP_ARG_WITH(informix,for Informix support, @@ -44,7 +44,7 @@ esac AC_MSG_CHECKING([Informix version]) - IFX_VERSION=[`$INFORMIXDIR/bin/esql -V | sed -ne '1 s/^.*Version \([0-9]\)\.\([0-9]*\).*$/\1\2/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, [ ])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php