Mercurial > audlegacy-plugins
comparison configure.ac @ 1500:611d8db6b421
made it enabled by default if having libmtp, fixes Chainsaw's bug and adds some improvements
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Fri, 17 Aug 2007 00:12:43 +0300 |
parents | 42306c187663 |
children | ff7d0178ba8e |
comparison
equal
deleted
inserted
replaced
1499:799f92d815b2 | 1500:611d8db6b421 |
---|---|
1232 | 1232 |
1233 | 1233 |
1234 dnl *** MTP Upload | 1234 dnl *** MTP Upload |
1235 | 1235 |
1236 AC_ARG_ENABLE(mtp_up, | 1236 AC_ARG_ENABLE(mtp_up, |
1237 [ --enable-mtp_up enable mtp upload support. (default=disabled)], | 1237 [ --enable-mtp_up enable mtp upload support. (default=enabled)], |
1238 [have_mtp_up=$enableval], | 1238 [have_mtp_up=$enableval], |
1239 [have_mtp_up=no]) | 1239 [have_mtp_up=no]) |
1240 | 1240 |
1241 if test "x$have_mtp_up" = "xyes"; then | 1241 if test "x$have_mtp_up" = "xyes"; then |
1242 have_mtp_up=yes | 1242 have_mtp_up=yes |