#4622 'misleading error message in configure script' -- fixed.

This commit is contained in:
Jordan Lee
2011-11-08 20:49:20 +00:00
parent 327dfa64d9
commit 4caa05b143

View File

@@ -338,7 +338,7 @@ if test "x$with_gtk" = "xyes" ; then
AC_MSG_ERROR("GTK+ not found!")
fi
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
if test "x$gtk_version" = "x3"; then