summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-05 20:33:11 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-10 22:01:31 +0100
commit8f8e85e7038399d3d49f693860ffd639bffc761f (patch)
tree166b476014cd339c2724ce13b2d96027c8527e7a /configure.ac
parent41349a42530c366790a1066cf4b53eab09365fa2 (diff)
Remove mklib
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 686e1168b60..55253787b6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,15 +321,6 @@ esac
AM_CONDITIONAL(BUILD_SHARED, test "x$enable_shared" = xyes)
dnl
-dnl mklib options
-dnl
-AC_ARG_VAR([MKLIB_OPTIONS],[Options for the Mesa library script, mklib])
-if test "$enable_static" = yes; then
- MKLIB_OPTIONS="$MKLIB_OPTIONS -static"
-fi
-AC_SUBST([MKLIB_OPTIONS])
-
-dnl
dnl other compiler options
dnl
AC_ARG_ENABLE([debug],