[vmkit-commits] [vmkit] r108353 - /vmkit/trunk/configure

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Jul 14 12:55:42 PDT 2010


Author: geoffray
Date: Wed Jul 14 14:55:41 2010
New Revision: 108353

URL: http://llvm.org/viewvc/llvm-project?rev=108353&view=rev
Log:
Regenerate


Modified:
    vmkit/trunk/configure

Modified: vmkit/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/configure?rev=108353&r1=108352&r2=108353&view=diff
==============================================================================
--- vmkit/trunk/configure (original)
+++ vmkit/trunk/configure Wed Jul 14 14:55:41 2010
@@ -5596,7 +5596,9 @@
 fi
 
 
-# Extract the first word of "ant", so it can be a program name with args.
+
+if test "x$gc" = "xmmtk";  then
+  # Extract the first word of "ant", so it can be a program name with args.
 set dummy ant; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
@@ -5636,6 +5638,10 @@
 fi
 
 
+  if test -z "$ANT"; then
+    as_fn_error "Apache ANT required for MMTk, but not found" "$LINENO" 5
+  fi
+fi
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or





More information about the vmkit-commits mailing list