summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-02-27 20:15:16 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-02-27 20:15:16 -0800
commitf6991fdd218ab15ed4a6d9501181f55053499a05 (patch)
treebaa394262308bd7356365db45b21b9327e06e415 /configure.ac
parent7903b3b871493425be4b6573d3609abe98408af6 (diff)
autotools: remove vestigial ROTOTILLER_* vars
Fixes silly cosmetic error in configure output for checking libdrm...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a53a1b..de7ee3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,10 @@ AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_RANLIB
AM_SILENT_RULES([yes])
-PKG_CHECK_MODULES(ROTOTILLER, libdrm)
+
+PKG_CHECK_MODULES(DRM, libdrm)
+LIBS="$DRM_LIBS $LIBS"
+CFLAGS="$DRM_CFLAGS $CFLAGS"
AX_PTHREAD
LIBS="$PTHREAD_LIBS $LIBS"
© All Rights Reserved