search for: 485836a

Displaying 1 result from an estimated 1 matches for "485836a".

Did you mean: 48.836
2010 Feb 23
1
makedepend in Mesa
...my simple suggestion would be to simply print a warning if makedepend is not detected. I saw a report saying make clean was still needed with makedepend installed, but maybe not every parts of mesa uses makedepend correctly, like the nouveau driver ? diff --git a/configure.ac b/configure.ac index 485836a..ba5f267 100644 --- a/configure.ac +++ b/configure.ac @@ -1441,6 +1441,11 @@ echo " CFLAGS: $cflags" echo " CXXFLAGS: $cxxflags" echo " Macros: $defines" +if test "x$MKDEP" = x; then + echo "" +...