need some help in compiling

Peter O'Gorman peter@pogma.com
Wed, 22 May 2002 00:40:45 +0900


I am pretty sure that this entire test can be removed. Hampton 
came up with another way of fixing the problem... which I really 
must find the time to check on my machine...

Peter

On Wednesday, May 22, 2002, at 12:12  AM, Derek Atkins wrote:
>
> -if test $am_cv_val_LC_MESSAGES = "no"; then
> +if test "$am_cv_val_LC_MESSAGES" = "no"; then
>    LC_MESSAGES_ENUM="LC_ALL"
>  else
>    LC_MESSAGES_ENUM="LC_MESSAGES"