Message ID | 20180126164552.5473-3-eric.engestrom@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/configure.ac b/configure.ac index 53432a2fbcdb72c8a767..97613ce257297a77a245 100644 --- a/configure.ac +++ b/configure.ac @@ -449,9 +449,6 @@ if test "x$ETNAVIV" = xyes; then fi AM_CONDITIONAL(HAVE_INSTALL_TESTS, [test "x$INSTALL_TESTS" = xyes]) -if test "x$INSTALL_TESTS" = xyes; then - AC_DEFINE(HAVE_INSTALL_TESTS, 1, [Install test programs]) -fi AC_ARG_ENABLE([cairo-tests], [AS_HELP_STRING([--enable-cairo-tests],
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> --- configure.ac | 3 --- 1 file changed, 3 deletions(-)