~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_with_python3.m4

  • Committer: Brian Aker
  • Date: 2010-08-18 20:55:22 UTC
  • mfrom: (1711.6.3 staging)
  • Revision ID: brian@tangent.org-20100818205522-esgel82hp9kyl3l2
Merge mutex patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   ])
37
37
  ])
38
38
  AS_IF([test "x$with_python3" = "xno" -a "$python3_requested" = "yes"],[
39
 
    PANDORA_MSG_ERROR([Python3 support was explicity requested, but Python3 support
 
39
    AC_MSG_ERROR([Python3 support was explicity requested, but Python3 support
40
40
                  was not found. Please correct your build environment and try
41
41
                  again])
42
42
  ])