At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 306
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Mon 2007-11-26 02:12:33 -0800
message:
Fixed false failure.
modified:
acinclude.m4 acinclude.m4-20070228020914-u2pk759xg7thauwf-8
=== modified file 'acinclude.m4'
--- a/acinclude.m4 2007-11-26 10:10:44 +0000
+++ b/acinclude.m4 2007-11-26 10:12:33 +0000
@@ -121,10 +121,10 @@
AS_IF([test "x$with_csharp" = "xyes"],[
AC_CHECK_PROGS(MONO,[mono])
- AS_IF([test "x$MONO" = "x"],AC_MSG_ERROR([Couldn't find mono.]))
AC_CHECK_PROGS(MCS,[gmcs])
- AS_IF([test "x$MCS" = "x"],AC_MSG_ERROR([Couldn't find gmcs.]))
])
+ AS_IF([test "x$MONO" = "x"],[with_csharp="no"])
+ AS_IF([test "x$MCS" = "x"],[with_csharp="no])
])
AC_DEFUN([WITH_PERL], [
| Thread |
|---|
| • Rev 306: Fixed false failure. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 26 Nov |