Changeset 7430 for trunk/configure.ac
- Timestamp:
- Dec 17, 2008, 3:36:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r7424 r7430 23 23 AC_DEFINE(TR_UNSTABLE, 1, [Define to 1 if this is an unstable version of Transmission]) 24 24 TR_UNSTABLE=yes 25 enable_debug=yes 26 else 27 enable_debug=no 25 28 fi 26 29 AM_CONDITIONAL(TR_UNSTABLE, test "x$TR_UNSTABLE" = "xyes") … … 92 95 dnl 93 96 dnl debugging support 94 AC_ARG_ENABLE([debug], 95 AS_HELP_STRING([--enable-debug],[build with debugging support]),, 96 [enable_debug=no]) 97 AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug],[build with debugging support]),,,) 97 98 if test "x$enable_debug" = "xyes" ; then 98 99 CFLAGS+=" -g "
Note: See TracChangeset
for help on using the changeset viewer.