mirror of
https://github.com/transmission/transmission
synced 2025-02-07 15:04:13 +00:00
Mac client, not OS X client
This commit is contained in:
parent
ca62075c31
commit
46ff695ed9
1 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@ AC_ARG_ENABLE([cli],
|
||||||
AM_CONDITIONAL([BUILD_CLI],[test "x$build_cli" = "xyes"])
|
AM_CONDITIONAL([BUILD_CLI],[test "x$build_cli" = "xyes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE([mac],
|
AC_ARG_ENABLE([mac],
|
||||||
[AS_HELP_STRING([--enable-mac],[build OS X client])],
|
[AS_HELP_STRING([--enable-mac],[build Mac client])],
|
||||||
[build_mac=${enableval}],
|
[build_mac=${enableval}],
|
||||||
[build_mac=${have_darwin}])
|
[build_mac=${have_darwin}])
|
||||||
AM_CONDITIONAL([BUILD_MAC],[test "x$build_mac" = "xyes"])
|
AM_CONDITIONAL([BUILD_MAC],[test "x$build_mac" = "xyes"])
|
||||||
|
@ -425,7 +425,7 @@ Configuration:
|
||||||
System or bundled libevent: ${libevent_source}
|
System or bundled libevent: ${libevent_source}
|
||||||
DHT support: ${enable_dht}
|
DHT support: ${enable_dht}
|
||||||
|
|
||||||
Build OS X client: ${build_mac}
|
Build Mac client: ${build_mac}
|
||||||
Build GTK+ client: ${build_gtk}
|
Build GTK+ client: ${build_gtk}
|
||||||
... with gio support: ${use_gio}
|
... with gio support: ${use_gio}
|
||||||
... with dbus-glib support: ${use_dbus_glib}
|
... with dbus-glib support: ${use_dbus_glib}
|
||||||
|
|
Loading…
Reference in a new issue