~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to m4/pandora_with_python3.m4

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

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