summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-07-23 16:51:19 +0100
committerEmil Velikov <[email protected]>2014-09-24 10:38:43 +0100
commit1cb8bba499588cd704a9ee186afd1524be842322 (patch)
treea3dab83899b20a9da271a84ed8226fdc739fdd4a /configure.ac
parent523fa2f1ce46a6dcefb207fcd381ddc5e7b16140 (diff)
configure: remove unused variable OSMESA_MESA_DEPS
Leftover from the static Makefiles Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 12f914e0f0a..0cfe970ea96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1238,12 +1238,10 @@ if test "x$enable_osmesa" = xyes -o "x$enable_gallium_osmesa" = xyes; then
else
OSMESA_LIB_DEPS=""
fi
- OSMESA_MESA_DEPS=""
OSMESA_PC_LIB_PRIV="-lm $PTHREAD_LIBS $SELINUX_LIBS $DLOPEN_LIBS"
fi
AC_SUBST([OSMESA_LIB_DEPS])
-AC_SUBST([OSMESA_MESA_DEPS])
AC_SUBST([OSMESA_PC_REQ])
AC_SUBST([OSMESA_PC_LIB_PRIV])