Try to enforce release mode when build fails.
commite239bd12572d29ff9864fab5bef0eaab3398790a
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Wed, 25 Oct 2006 11:34:22 +0000 (25 11:34 +0000)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 9 Dec 2008 03:04:43 +0000 (9 03:04 +0000)
treedced15e9d0cc583149a4813580815baaff33e2cf
parenteaf015bb07431a11cb41ce4d8c68a92b7d396176
Try to enforce release mode when build fails.

        * autotroll.m4: When the sample Qt app built by AutoTroll fails to
          compile, it might be because qmake (erroneously) enforces debugging
          support (eg by adding -lQtXml_debug in the LIBS) whereas no
          debugging support was installed with Qt (which is the default on
          Debian for instance). In this case, AutoTroll tries to enforce
          CONFIG += release.
build-aux/autotroll.m4