From: SooChan Lim Date: Fri, 24 Mar 2017 09:58:11 +0000 (+0900) Subject: remove the unused option at configure.ac X-Git-Tag: accepted/tizen/common/20170324.123559~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cc03ea37ff6760fe93e29ecc544e4109b229a2e;p=platform%2Fadaptation%2Fsamsung_exynos%2Flibtbm-exynos.git remove the unused option at configure.ac Change-Id: I472b2ca451af93e25e248598911d1ab1c6ccc2c7 --- 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