Changes in configure.ac [4d6d6a:2a03b0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4d6d6a r2a03b0 158 158 AC_DEFINE(LOG_OBSERVER,1, ["Use observer log."]) 159 159 AC_DEFINE(HAVE_DEBUG,2, ["Use debug setting to compile code."]) 160 dnlAC_DEFINE(QT_DEBUG,, ["Enable Qt debug messages."])160 AC_DEFINE(QT_DEBUG,, ["Enable Qt debug messages."]) 161 161 have_debug="full" 162 162 ],[ 163 163 AC_DEFINE(NDEBUG,1, ["Don't compile in debugging code."]) 164 164 AC_DEFINE(HAVE_DEBUG,0, ["Use debug setting to compile code."]) 165 AC_DEFINE(QT_NO_DEBUG _OUTPUT,, ["Disable Qt debug messages."])165 AC_DEFINE(QT_NO_DEBUG,, ["Disable Qt debug messages."]) 166 166 have_debug="no" 167 167 ])
Note:
See TracChangeset
for help on using the changeset viewer.