~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_with_python3.m4

  • Committer: Monty Taylor
  • Date: 2009-12-27 00:08:52 UTC
  • mfrom: (1241.15.6 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091227000852-8z4pkicv0qjaupk9
Various build fixes. Fixes out-of-tree builds again (stupid me. gonna set up a hudson job this time) Also fixes the 32-bit solaris build problem. Again. Sigh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    [AS_HELP_STRING([--with-python3],
18
18
      [Build Python3 Bindings @<:@default=yes@:>@])],[
19
19
        with_python3=$withval
20
 
        python3_requested=yes
 
20
        python3_requested=$withval
21
21
      ],[ 
22
22
        with_python3=yes
23
23
        python3_requested=no