Changeset 7076 for trunk/configure.ac
- Timestamp:
- Nov 8, 2008, 8:09:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r7051 r7076 18 18 AC_PROG_LIBTOOL 19 19 20 if test "x${PEERID_PREFIX: -2:1}" = "xZ"; then20 if test m4_substr(peer_id_prefix,6,1) = "Z"; then 21 21 AC_DEFINE(TR_UNSTABLE, 1, [Define to 1 if this is an unstable version of Transmission]) 22 22 TR_UNSTABLE=yes
Note: See TracChangeset
for help on using the changeset viewer.