Changes in configure.ac [3b35e7:4d6d6a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r3b35e7 r4d6d6a 13 13 # color-tests: us coloring to indicate success/failure when available 14 14 # tar-pax: use newer tar implementation with longer filename (>99 chars) 15 AM_INIT_AUTOMAKE([dist-bzip2 1.5 parallel-tests color-tests tar-pax subdir-objects])15 AM_INIT_AUTOMAKE([dist-bzip2 1.5 parallel-tests color-tests tar-pax]) 16 16 17 17 # Checks for programs. … … 158 158 AC_DEFINE(LOG_OBSERVER,1, ["Use observer log."]) 159 159 AC_DEFINE(HAVE_DEBUG,2, ["Use debug setting to compile code."]) 160 AC_DEFINE(QT_DEBUG,, ["Enable Qt debug messages."])160 dnl 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 ,, ["Disable Qt debug messages."])165 AC_DEFINE(QT_NO_DEBUG_OUTPUT,, ["Disable Qt debug messages."]) 166 166 have_debug="no" 167 167 ])
Note:
See TracChangeset
for help on using the changeset viewer.