File ca-support-oprofile-0.9.7.patch of Package CodeAnalyst
---
m4/checkoprofileconfig.m4 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--- m4/checkoprofileconfig.m4
+++ m4/checkoprofileconfig.m4
@@ -18,8 +18,9 @@ AC_DEFUN([CHECK_OPROFILE_VERSION],
if test "$OP_VERSION_BASE" != "0.9.4" ; then
if test "$OP_VERSION_BASE" != "0.9.5" ; then
if test "$OP_VERSION_BASE" != "0.9.6" ; then
+ if test "$OP_VERSION_BASE" != "0.9.7" ; then
AC_MSG_ERROR([Oprofile version $OP_VERSION is not supported.])
- fi fi fi fi
+ fi fi fi fi fi
dnl Convert version number to a value comparable by preprocessor
AC_DEFINE_UNQUOTED(OP_VERSION_BASE, 0x`echo $OP_VERSION_BASE | sed 's/\./0/g'`, [Oprofile version])
@@ -53,8 +54,9 @@ AC_DEFUN([CHECK_OPROFILE_CONFIG],
if test "$OP_VERSION_BASE" != "0.9.4" ; then
if test "$OP_VERSION_BASE" != "0.9.5" ; then
if test "$OP_VERSION_BASE" != "0.9.6" ; then
+ if test "$OP_VERSION_BASE" != "0.9.7" ; then
AC_MSG_ERROR([Oprofile version $OP_VERSION is not supported.])
- fi fi fi fi
+ fi fi fi fi fi
dnl Convert version number to a value comparable by preprocessor
AC_DEFINE_UNQUOTED(OP_VERSION_BASE, 0x`echo $OP_VERSION_BASE | sed 's/\./0/g'`, [Oprofile version])