From 6cc03ea37ff6760fe93e29ecc544e4109b229a2e Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 24 Mar 2017 18:58:11 +0900 Subject: [PATCH] remove the unused option at configure.ac Change-Id: I472b2ca451af93e25e248598911d1ab1c6ccc2c7 --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 2440ed7..b2a945c 100644 --- a/configure.ac +++ b/configure.ac @@ -61,14 +61,6 @@ if test "x$BACKEND_CTRL" = xyes; then AC_DEFINE(ALWAYS_BACKEND_CTRL, 1, [Enable always backend ctrl]) fi -AC_ARG_ENABLE([align-eight], - [AC_HELP_STRING([--enable-align-eight], [Enable surface align eight])], - [], [enable_align_eight=no]) - -if test "x$enable_align_eight" = "xyes"; then - AC_DEFINE(ALIGN_EIGHT, 1, [Enable surface align eight]) -fi - if test "x$BACKEND_CTRL" = xyes; then AC_DEFINE(ALWAYS_BACKEND_CTRL, 1, [Enable always backend ctrl]) fi -- 2.34.1