remove the unused option at configure.ac 33/120833/2
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 24 Mar 2017 09:58:11 +0000 (18:58 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 24 Mar 2017 10:13:43 +0000 (03:13 -0700)
Change-Id: I472b2ca451af93e25e248598911d1ab1c6ccc2c7

configure.ac

index 2440ed7..b2a945c 100644 (file)
@@ -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