Update of /home/cvs/libidn
In directory dopio:/tmp/cvs-serv20630
Modified Files:
configure.ac
Log Message:
Fix message.
--- /home/cvs/libidn/configure.ac 2005/12/01 22:52:49 1.152
+++ /home/cvs/libidn/configure.ac 2005/12/01 23:01:02 1.153
@@ -102,8 +102,12 @@
# Check for C#
gt_CSHARPCOMP
AM_CONDITIONAL(CSHARP, test -n "$HAVE_CSHARPCOMP")
-AC_MSG_CHECKING([if implementation in C# should be built])
-AC_MSG_RESULT($HAVE_CSHARPCOMP)
+AC_MSG_CHECKING([if implementation in C should be built])
+if test -n "$HAVE_CSHARPCOMP"; then
+ ac_result=yes
+else
+ ac_result=no
+AC_MSG_RESULT($ac_result)
AC_CONFIG_FILES([Makefile libidn.pc doc/reference/Makefile doc/java/Makefile \
gl/Makefile lib/stringprep.h contrib/doxygen/Doxyfile \
_______________________________________________
Libidn-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libidn-commit