Remove mklib

This commit is contained in:
Matt Turner
2012-09-05 20:33:11 -07:00
committed by Andreas Boll
parent 41349a4253
commit 8f8e85e703
2 changed files with 0 additions and 1052 deletions

1043
bin/mklib

File diff suppressed because it is too large Load Diff

View File

@@ -320,15 +320,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