diff options
author | Eric Anholt <[email protected]> | 2012-06-12 12:51:32 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:10:46 -0700 |
commit | 2d51ac84fd4c6d0fcf4d5112af2eb2c12e186b63 (patch) | |
tree | 24f721124f92a5fc7cf290b10df3bf514718e0fe /configure.ac | |
parent | 1bbd22ada0b3fb2b1ad83a6c93a5a12e2d3c26db (diff) |
mesa: Move GL header installation to automake.
This cuts some cruft related to osmesa where we were being careful to
not install headers twice.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index b2f561d6bf4..879a50702b4 100644 --- a/configure.ac +++ b/configure.ac @@ -879,12 +879,7 @@ if test "x$enable_dri" = xyes; then fi if test "x$enable_osmesa" = xyes; then - # the empty space matters for osmesa... (see src/mesa/Makefile) - if test -n "$DRIVER_DIRS"; then - DRIVER_DIRS="$DRIVER_DIRS osmesa" - else - DRIVER_DIRS="osmesa" - fi + DRIVER_DIRS="$DRIVER_DIRS osmesa" fi AC_SUBST([SRC_DIRS]) |