[llvm-commits] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Thu Oct 2 14:03:08 PDT 2003


Changes in directory llvm/autoconf:

configure.ac updated: 1.30 -> 1.31

---
Log message:

Removed the check for purify as we don't support its use at present.



---
Diffs of the changes:

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.30 llvm/autoconf/configure.ac:1.31
--- llvm/autoconf/configure.ac:1.30	Tue Sep 30 14:41:15 2003
+++ llvm/autoconf/configure.ac	Thu Oct  2 14:02:30 2003
@@ -367,8 +367,6 @@
 
 AC_PATH_PROG(ETAGS,[etags],[false])
 
-AC_PATH_PROG(PURIFY,[purify],[false])
-
 AC_PATH_PROG(PYTHON,[python],[false])
 if test ${PYTHON} = "false"
 then





More information about the llvm-commits mailing list