diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-01-26 16:19:23 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-01-29 15:41:52 +0000 |
commit | 540827cc7da2228ae54947adcbf33555a48d0b1c (patch) | |
tree | fe30d15d4df47979fe66b32a280182a1b05ecf4d /configure.ac | |
parent | 2cd9105db60714c4c9f9e89625da920b4940455f (diff) | |
download | libdrm-540827cc7da2228ae54947adcbf33555a48d0b1c.tar.gz libdrm-540827cc7da2228ae54947adcbf33555a48d0b1c.tar.bz2 libdrm-540827cc7da2228ae54947adcbf33555a48d0b1c.zip |
meson,configure: remove unused HAVE_ETNAVIV define
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 83f2e4c2..6bb8d9f5 100644 --- a/configure.ac +++ b/configure.ac @@ -431,9 +431,6 @@ if test "x$VC4" = xyes; then fi AM_CONDITIONAL(HAVE_ETNAVIV, [test "x$ETNAVIV" = xyes]) -if test "x$ETNAVIV" = xyes; then - AC_DEFINE(HAVE_ETNAVIV, 1, [Have etnaviv support]) -fi AM_CONDITIONAL(HAVE_INSTALL_TESTS, [test "x$INSTALL_TESTS" = xyes]) |