Displaying 2 results from an estimated 2 matches for "02f4050".
Did you mean:
024000
2010 Apr 22
1
[PATCH] Fixed the configuration setup to be more complete.
...ndencies are installed
on the system:
* Ruby
* Ruby development libraries
* Rake
* Ruby gem command
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
configure.ac | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 02f4050..6b9f833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,5 +7,13 @@ AC_CONFIG_HEADERS([config.h])
test x"$ac_ct_CC:$CFLAGS" = 'xgcc:-g -O2' \
&& CFLAGS="$CFLAGS -Wshadow -Wall -Werror"
+AC_CHECK_PROGS(RUBY, ruby rake gem)
+
+if test x"$RUBY" =...
2010 May 03
1
Refactored with feedback
Fixed the syntax error apevec found.