summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-01-30 03:33:05 -0500
committerTavian Barnes <tavianator@gmail.com>2011-01-30 03:33:05 -0500
commit20af6f3fe1921987c236a1b6662ee16efaae7be0 (patch)
treec76fcedd39810bdc1a1ec8b44506bb6c65c21882 /configure.ac
parentb2ffd0909e3f5ff6c86ba7d0b37f4c8cf0af8143 (diff)
downloaddimension-20af6f3fe1921987c236a1b6662ee16efaae7be0.tar.xz
Use the DMNSN_PROFILE macro to turn on profiling per-file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8b6e363..3973a6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,11 +61,6 @@ AC_ARG_ENABLE([profile],
[],
[enable_profile=no])
AM_CONDITIONAL([PROFILE], [test "$enable_profile" = "yes"])
-if test "$enable_profile" = "yes"; then
- AC_DEFINE([DMNSN_PROFILE], [1])
-else
- AC_DEFINE([DMNSN_PROFILE], [0])
-fi
dnl Timing library for benchmarks
PKG_CHECK_MODULES([libsandglass], [libsandglass >= 0.2],