diff options
author | Matt Turner <[email protected]> | 2012-09-05 20:33:11 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:31 +0100 |
commit | 8f8e85e7038399d3d49f693860ffd639bffc761f (patch) | |
tree | 166b476014cd339c2724ce13b2d96027c8527e7a /configure.ac | |
parent | 41349a42530c366790a1066cf4b53eab09365fa2 (diff) |
Remove mklib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
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], |