~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_with_python3.m4

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

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
 
    AC_MSG_ERROR([Python3 support was explicity requested, but Python3 support
 
39
    PANDORA_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
  ])