Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Jun 24, 2016
1 parent 64364b4 commit 14162ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ac_probes/configure.ac.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ PKG_CHECK_MODULES([rpm], [rpm >= 4.4],[
PKG_CHECK_MODULES([rpm], [rpm >= 4.6],[
AC_DEFINE([HAVE_RPM46], [1], [Define to 1 if rpm is newer than 4.6.])
],[
AC_MSG_NOTICE([libprm is older than 4.6])
AC_MSG_NOTICE([librpm is older than 4.6])
])


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ PKG_CHECK_MODULES([rpm], [rpm >= 4.4],[
PKG_CHECK_MODULES([rpm], [rpm >= 4.6],[
AC_DEFINE([HAVE_RPM46], [1], [Define to 1 if rpm is newer than 4.6.])
],[
AC_MSG_NOTICE([libprm is older than 4.6])
AC_MSG_NOTICE([librpm is older than 4.6])
])


Expand Down

0 comments on commit 14162ad

Please sign in to comment.