don't let po/Makefile.in stop configure when "./configure.sh --without-gtk" is being run. (#389, mezz)

This commit is contained in:
Charles Kerr 2007-10-20 20:43:48 +00:00
parent 42d007553d
commit 7bd54c66dd
1 changed files with 6 additions and 3 deletions

View File

@ -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