Skip to content

Commit

Permalink
configure: Warn if ruby > 1.8 is being used. Currently issues with pr…
Browse files Browse the repository at this point in the history
…otobuf gem in higher versions.

#39
  • Loading branch information
Christopher Alfeld committed Jun 10, 2013
1 parent 538be67 commit 6c06293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ if test "${cpp_code}" = 1 ; then
CHECK_RUBY(1.8)
CHECK_GEM(1.3)
CHECK_RUBY_GEM(ruby_protobuf, 0.4.11)
AX_COMPARE_VERSION([$rubyVersion],[lt],[1.9],
[],
[AC_MSG_WARN([Support for ruby > 1.8 is limited; tests may fail.])])

if test "${HAVE_NIDS}" != "yes" ; then
echo "*******************************************************"
echo "* Warning: libnids missing; no pcap support in clipp. *"
Expand Down

0 comments on commit 6c06293

Please sign in to comment.