| List: | NDB Connectors | « Previous MessageNext Message » | |
| From: | Mika Raento | Date: | March 19 2007 7:08pm |
| Subject: | configure.in missing AC_CANONICAL_HOST, won't work on OS-X | ||
| View as plain text | |||
Finding headers seems to depend on $host_os being set to a correct
value, which it wasn't. The patch below fixes that.
Mika
--- devel/configure.in 2007-03-19 21:05:24.000000000 +0200
+++ devel-mine/configure.in 2007-03-19 21:04:00.000000000 +0200
@@ -2,6 +2,7 @@
AM_INIT_AUTOMAKE(ndb, 1.0)
AC_CHECK_PROGS(SWIG,swig)
+AC_CANONICAL_HOST
if test "x$SWIG" == "x" ; then
AC_MSG_ERROR([Couldn't find swig.])
| Thread | ||
|---|---|---|
| • Integrating NDB async transactions with other event loops | Mika Raento | 19 Mar |
| • configure.in missing AC_CANONICAL_HOST, won't work on OS-X | Mika Raento | 19 Mar |
| • Re: configure.in missing AC_CANONICAL_HOST, won't work on OS-X | Monty Taylor | 20 Mar |
| • Re: Integrating NDB async transactions with other event loops | Monty Taylor | 22 Mar |
| • Re: Integrating NDB async transactions with other event loops | Mika Raento | 23 Mar |
