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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Sep 7 10:35:27 PDT 2004



Changes in directory llvm/autoconf:

configure.ac updated: 1.109 -> 1.110
---
Log message:

PAPI check has been moved to projects/reopt.


---
Diffs of the changes:  (+0 -3)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.109 llvm/autoconf/configure.ac:1.110
--- llvm/autoconf/configure.ac:1.109	Tue Sep  7 11:26:18 2004
+++ llvm/autoconf/configure.ac	Tue Sep  7 12:35:16 2004
@@ -393,9 +393,6 @@
 	llvmgccwarn=yes
 fi
 
-dnl Location of PAPI
-AC_ARG_WITH(papi,AC_HELP_STRING([--with-papi],[Location of PAPI]),AC_SUBST(PAPIDIR,[$withval]),AC_SUBST(PAPIDIR,[/home/vadve/shared/Sparc/papi-2.3.4.1]))
-
 dnl Get libtool's idea of what the shared library suffix is.
 dnl (This is a hack; it relies on undocumented behavior.)
 AC_MSG_CHECKING([for shared library suffix])






More information about the llvm-commits mailing list