From 48ae67fc81362e25c5a751807bebcdb0f0e238e4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 29 Jan 2011 15:06:12 -0500 Subject: Remove --enable-pgo configure option. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') 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], [], -- cgit v1.2.3