[glom/maemo5] Mention the PYTHON version for maemo builds.



commit 3bccfb92201cb2b9ccaf392b5b56a231e597c13f
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 21 18:26:38 2009 +0200

    Mention the PYTHON version for maemo builds.

 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 00e8116..8d0c02f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,8 +74,10 @@ AS_IF([test "x$glom_host_win32" = xyes],
 AM_CONDITIONAL([HOST_WIN32], [test "x$glom_host_win32" = xyes])
 
 # In most cases, you'll want all these options for the maemo build:
-# ./configure --prefix=/usr --enable-postgesql --enable-sqlite --enable-maemo;make all install
-# And you might need to do export CXXFLAGS="-fno-execptions"
+#   ./configure --prefix=/usr --enable-postgesql --enable-sqlite --enable-maemo;make all install
+# And you might need to do:
+#   export PYTHON=python2.5
+#   export CXXFLAGS="-fno-execptions"
 AC_ARG_ENABLE([maemo],
               [AS_HELP_STRING([--enable-maemo],
                               [build with support for the Maemo platform



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]