From 4caa05b1434da19f6bf617ce7cc97728838408fc Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 8 Nov 2011 20:49:20 +0000 Subject: [PATCH] #4622 'misleading error message in configure script' -- fixed. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00eaf12f3..35b85bae8 100644 --- a/configure.ac +++ b/configure.ac @@ -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