Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes a écrit : | > Jean-Marc Lasgouttes a écrit : | >>>>>>> "Abdelrazak" == Abdelrazak Younes | >>>>>>> <[EMAIL PROTECTED]> writes: | >> | >> Abdelrazak> I changed nothing to my configuration but config.h is | >> Abdelrazak> still regenerated: | >> | >> Abdelrazak> config.status: creating src/config.h | >> Could you keep the config.h before and after running configure and see | >> what the difference may be? | > Will do that after Scons building is finished. | | Clean configure: | real 9m45.451s | user 2m58.808s | sys 2m22.669s | | second configure: | real 9m24.783s | user 3m0.819s | sys 2m26.820s | | The second configure contains some (cached) tests but not much, why | isn't there more?
the configure cache is off by default. Try with '-C' -- Lgb