mirror of
https://github.com/transmission/transmission
synced 2025-02-02 12:32:54 +00:00
don't let po/Makefile.in stop configure when "./configure.sh --without-gtk" is being run. (#389, mezz)
This commit is contained in:
parent
42d007553d
commit
7bd54c66dd
1 changed files with 6 additions and 3 deletions
|
@ -201,14 +201,17 @@ AC_CONFIG_FILES([Makefile
|
|||
beos/Makefile
|
||||
cli/Makefile
|
||||
daemon/Makefile
|
||||
gtk/Makefile
|
||||
libtransmission/Makefile
|
||||
libtransmission/version.h
|
||||
third-party/Makefile
|
||||
macosx/Makefile
|
||||
wx/Makefile
|
||||
wx/images/Makefile
|
||||
po/Makefile.in])
|
||||
wx/images/Makefile])
|
||||
|
||||
if test "x$use_gtk" = "xyes"; then
|
||||
AC_CONFIG_FILES([gtk/Makefile
|
||||
po/Makefile.in])
|
||||
fi
|
||||
|
||||
ac_configure_args="$ac_configure_args --enable-static --disable-shared -q"
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue