Removed the old NLS output from the configure.in summary,
[citadel.git] / webcit / configure.in
index e2f7a15eb4b4d1a34ca6e1ecfdcd5b5f075447f1..f98f39da15c8f1a053021121907cc2ac588c12ba 100644 (file)
@@ -450,9 +450,8 @@ AC_OUTPUT(Makefile src/Makefile po/Makefile.in)
 
 
 echo ------------------------------------------------------------------------
-echo 'nls is available? '$_nls_avail
 echo 'zlib compression:                ' $ok_zlib
 echo 'Calendar support:                ' $ok_libical
 echo 'Character set conversion support:' $ok_iconv
-echo 'National language support:       ' $ok_nls
+echo 'National language support:       ' $_nls_avail
 echo