summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-07 17:35:16 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-07 17:35:16 +0000
commit19ee52a3d7694fcdc3e8baec01dfde6d22c59900 (patch)
treed8d9cfa468e5a4174b4c07afbd44871fe497d728 /autoconf
parentc9d4054d2e4b73ecf7f54979d31b5d36cf2e1eef (diff)
downloadllvm-19ee52a3d7694fcdc3e8baec01dfde6d22c59900.tar.gz
llvm-19ee52a3d7694fcdc3e8baec01dfde6d22c59900.tar.bz2
llvm-19ee52a3d7694fcdc3e8baec01dfde6d22c59900.tar.xz
PAPI check has been moved to projects/reopt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 786940f9c4..4ca4296cc6 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -393,9 +393,6 @@ then
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])