search for: ba5f267

Displaying 1 result from an estimated 1 matches for "ba5f267".

2010 Feb 23
1
makedepend in Mesa
...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 "" + ec...