mirror of
https://github.com/transmission/transmission
synced 2025-02-07 15:04:13 +00:00
#4622 'misleading error message in configure script' -- fixed.
This commit is contained in:
parent
327dfa64d9
commit
4caa05b143
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ if test "x$with_gtk" = "xyes" ; then
|
||||||
AC_MSG_ERROR("GTK+ not found!")
|
AC_MSG_ERROR("GTK+ not found!")
|
||||||
fi
|
fi
|
||||||
if test "x$enable_nls" = "xno" ; then
|
if test "x$enable_nls" = "xno" ; then
|
||||||
AC_MSG_ERROR("The gtk client cannot be built without nls support. Try adding either --enable-nls or --disable-gtk" )
|
AC_MSG_ERROR("The gtk client cannot be built without nls support. Try adding either --enable-nls or --without-gtk" )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$gtk_version" = "x3"; then
|
if test "x$gtk_version" = "x3"; then
|
||||||
|
|
Loading…
Reference in a new issue