summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2008-01-25 18:02:51 +0000
committerdsmith <dsmith>2008-01-25 18:02:51 +0000
commit7760bbfb5f7060d20c4525827bb74284392cb6e9 (patch)
tree1ec5e2f560484786b3483bb489f0bf7c399b60bd
parente8f3c2c29944c00788274f7f7e850dd50e24463f (diff)
downloadsystemtap-steved-7760bbfb5f7060d20c4525827bb74284392cb6e9.tar.gz
systemtap-steved-7760bbfb5f7060d20c4525827bb74284392cb6e9.tar.xz
systemtap-steved-7760bbfb5f7060d20c4525827bb74284392cb6e9.zip
2008-01-25 David Smith <dsmith@redhat.com>
* configure: Correctly regenerated.
-rwxr-xr-xconfigure27
1 files changed, 3 insertions, 24 deletions
diff --git a/configure b/configure
index b9cfb80a..dff77901 100755
--- a/configure
+++ b/configure
@@ -5828,13 +5828,12 @@ fi
# Check whether --enable-perfmon was given.
if test "${enable_perfmon+set}" = set; then
enableval=$enable_perfmon;
-
- CFLAGS="$CFLAGS -DPERFMON"
+ CFLAGS="$CFLAGS -DPERFMON"
CXXFLAGS="$CXXFLAGS -DPERFMON"
LIBS="$LIBS -lpfm"
if test "$enable_perfmon" != "yes"; then
- CFLAGS="$CFLAGS -DPERFMON -I$enable_perfmon/include"
- CXXFLAGS="$CXXFLAGS -DPERFMON -I$enable_perfmon/include"
+ CFLAGS="$CFLAGS -I$enable_perfmon/include"
+ CXXFLAGS="$CXXFLAGS -I$enable_perfmon/include"
LDFLAGS="$LDFLAGS -L$enable_perfmon/lib"
fi
@@ -5917,26 +5916,6 @@ fi
fi
-#AC_ARG_WITH([perfmon],
-# AS_HELP_STRING([--with-perfmon=DIRECTORY],
-# [Path to Perfmon installation to use]),
-# [
-#case "$with_perfmon" in
-#yes ) AC_MSG_ERROR([--with-perfmon requires an argument]) ;;
-#''|no) ;;
-#*) perfmon_support=yes ;;
-#esac])
-
-
-#if test $perfmon_support = yes; then
-# AC_CHECK_LIB(pfm, pfm_start,,[
-# AC_MSG_ERROR([systemtap cannot find required perfmon libs])])
-# CFLAGS="$CFLAGS -DPERFMON -I$with_perfmon/include"
-# CXXFLAGS="$CXXFLAGS -DPERFMON -I$with_perfmon/include"
-# LDFLAGS="$LDFLAGS -DPERFMON -L$with_perfmon/lib -lpfm"
-#fi
-
-
if test "${enable_prologues+set}" != set; then
{ echo "$as_me:$LINENO: checking to see if prologue searching should be the default" >&5
echo $ECHO_N "checking to see if prologue searching should be the default... $ECHO_C" >&6; }