At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 310
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Mon 2007-11-26 02:27:34 -0800
message:
Fixed yatypo that was causing lua dir to get built even if we properly detected that we
don't have lua.
modified:
configure.in configure.in-20070228020914-u2pk759xg7thauwf-13
=== modified file 'configure.in'
--- a/configure.in 2007-11-26 09:56:22 +0000
+++ b/configure.in 2007-11-26 10:27:34 +0000
@@ -96,7 +96,7 @@
AM_CONDITIONAL(BUILD_CSHARP_SUBDIR, test "$with_csharp" != "no")
AM_CONDITIONAL(BUILD_RUBY_SUBDIR, test "$with_ruby" != "no")
AM_CONDITIONAL(BUILD_JAVA_SUBDIR, test "$with_java" != "no")
-AM_CONDITIONAL(BUILD_LUA_SUBDIR, test "x$with_lua" != "no")
+AM_CONDITIONAL(BUILD_LUA_SUBDIR, test "$with_lua" != "no")
AC_SUBST(MYSQL_INCLUDES)
AC_SUBST(SWIG_SOURCES)
| Thread |
|---|
| • Rev 310: Fixed yatypo that was causing lua dir to get built even if we properly detected that we don't have lua. in http://bazaar.launchpad.net/~ndb-... | Monty Taylor | 26 Nov |