summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-01-29 15:06:12 -0500
committerTavian Barnes <tavianator@gmail.com>2011-01-29 15:06:12 -0500
commit48ae67fc81362e25c5a751807bebcdb0f0e238e4 (patch)
treefbd83e263df09d046fe9f31e446d791eba68300f /configure.ac
parente21fab389c2088c9d2ec4a9e4f55892f84193036 (diff)
downloaddimension-48ae67fc81362e25c5a751807bebcdb0f0e238e4.tar.xz
Remove --enable-pgo configure option.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 533c635..75a2deb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,14 +54,6 @@ AC_ARG_ENABLE([gl],
[enable_gl=yes])
AM_CONDITIONAL([GL], [test "$enable_gl" != "no"])
-dnl Profile-guided optimization (default disabled)
-AC_ARG_ENABLE([pgo],
- [AS_HELP_STRING([--enable-pgo],
- [Enable profile-guided optimization [default=no]])],
- [],
- [enable_pgo=no])
-AM_CONDITIONAL([PGO], [test "$enable_pgo" != "no"])
-
dnl Timing library for benchmarks
PKG_CHECK_MODULES([libsandglass], [libsandglass >= 0.2],
[],