]> code.citadel.org Git - citadel.git/blobdiff - webcit/autom4te.cache/output.0
Added the 'Nifty Corners' library and implemented our
[citadel.git] / webcit / autom4te.cache / output.0
index 6b6f9fe662cd46950888cb76cbb6a30bc827ec51..1d57028ef5eecb14cb92822f8d6d2b720fba17db 100644 (file)
@@ -21183,7 +21183,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   
-                       LIBS="-lical $LIBS"
+                       LIBS="$LIBS -lical"
                        cat >>confdefs.h <<\_ACEOF
 @%:@define HAVE_LIBICAL 1
 _ACEOF
@@ -21209,7 +21209,7 @@ _ACEOF
 
 
 if test "x$ok_zlib" = xyes ; then
-        LIBS="-lz $LIBS"
+        LIBS="$LIBS -lz "
 fi
 
 
@@ -25477,8 +25477,9 @@ fi
 
 
 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:       ' $_nls_avail
+echo 'National language support:       ' $ok_nls
 echo