]> code.citadel.org Git - citadel.git/blobdiff - webcit/configure
Added the 'Nifty Corners' library and implemented our
[citadel.git] / webcit / configure
index d4aa4bbcb6a3278bacb7526abae3560bc16e95f9..c3ddd643b9fb0f848770c8675441e8cdff3fea4e 100755 (executable)
@@ -21171,7 +21171,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
@@ -21197,7 +21197,7 @@ _ACEOF
 
 
 if test "x$ok_zlib" = xyes ; then
-        LIBS="-lz $LIBS"
+        LIBS="$LIBS -lz "
 fi
 
 
@@ -25465,8 +25465,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