Changeset 12962
- Timestamp:
- Oct 10, 2011, 8:23:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r12957 r12962 481 481 utils/Makefile 482 482 third-party/Makefile 483 third-party/dht/Makefile 484 third-party/libutp/Makefile 483 485 third-party/libnatpmp/Makefile 484 third-party/ dht/Makefile486 third-party/miniupnp/Makefile 485 487 macosx/Makefile 486 488 gtk/Makefile … … 496 498 po/Makefile.in]) 497 499 498 dnl Maybe build libutp...499 AM_CONDITIONAL([LIBUTP_CONDITIONAL],[test "x$build_utp" = "xyes"])500 AM_COND_IF([LIBUTP_CONDITIONAL],501 [AC_CONFIG_FILES([third-party/libutp/Makefile])])502 503 dnl Maybe build miniupnpc...504 AM_CONDITIONAL([UPNP_CONDITIONAL],[test "x$upnp_version" = "xnone"])505 AM_COND_IF([UPNP_CONDITIONAL],506 [AC_CONFIG_FILES([third-party/miniupnp/Makefile])])507 508 500 AC_OUTPUT 509 501
Note: See TracChangeset
for help on using the changeset viewer.