From 4d4c4d0ff5a381a5d574845cf72673f9fee43734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 14 May 2011 02:43:58 +0200 Subject: build: report a fatal error if XORG_DRIVER_CHECK_EXT is undefined. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just to give a bit of an idea of what the problem is when configure fails later on. Signed-off-by: Diego Elio Pettenò Signed-off-by: Christoph Brill --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cda82fc..2fe5289 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,8 @@ XORG_ENABLE_UNIT_TESTS AC_CHECK_LIB([m], [rint]) # Store the list of server defined optional extensions in REQUIRED_MODULES +m4_ifndef([XORG_DRIVER_CHECK_EXT], + [m4_fatal([must install xorg-server development files before running autoconf/autogen])]) XORG_DRIVER_CHECK_EXT(RANDR, randrproto) # Obtain compiler/linker options for the Synaptics driver dependencies -- cgit v1.2.3