~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_with_python3.m4

New merge for TableShare

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=$withval
 
20
        python3_requested=yes
21
21
      ],[ 
22
22
        with_python3=yes
23
23
        python3_requested=no