diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a73471b7b45..30980151ee1 100644 --- a/configure.ac +++ b/configure.ac @@ -2740,7 +2740,7 @@ if test -n "$with_gallium_drivers"; then PKG_CHECK_MODULES([V3D_SIMULATOR], [v3dv3], [USE_V3D_SIMULATOR=yes; DEFINES="$DEFINES -DUSE_V3D_SIMULATOR"], - [AC_MSG_ERROR([vc5 requires the simulator])]) + [USE_V3D_SIMULATOR=no]) ;; xpl111) HAVE_GALLIUM_PL111=yes |