summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-06-29 13:08:06 +0100
committerEmil Velikov <[email protected]>2015-07-13 19:57:34 +0100
commitc73d30dfe90d9aa096fc64024612a6543bd748c7 (patch)
tree9da9e8df80dfae3620f30777c700467fa67364de /configure.ac
parentabc20120e4aa5a3782f40f7d4a7c6a4f953fca9c (diff)
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Cc: Rob Clark <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6926b6f986d..0d40e2f1a90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2245,7 +2245,6 @@ if test "x$enable_gallium_loader" = xyes; then
fi
AC_SUBST([GALLIUM_PIPE_LOADER_DEFINES])
- AC_SUBST([GALLIUM_PIPE_LOADER_LIBS])
fi
AM_CONDITIONAL(HAVE_I915_DRI, test x$HAVE_I915_DRI = xyes)