~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_with_python.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 21:37:51 UTC
  • mfrom: (2221.2.4 build)
  • Revision ID: mordred@inaugust.com-20110307213751-uhic4rghe4dmdi8d
Merge Monty - Pandora-build updates. Allow building of only libdrizzle.
Merge Andrew - libdrizzle result reuse problem.
Merge David - Slave plugin bugfixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    AS_IF([test "x$pythonexists" = "xno"],[with_python="no"])
30
30
  ])
31
31
  AS_IF([test "x$with_python" = "xno" -a "$python_requested" = "yes"],[
32
 
    AC_MSG_ERROR([Python support was explicity requested, but Python support
 
32
    PANDORA_MSG_ERROR([Python support was explicity requested, but Python support
33
33
                  was not found. Please correct your build environment and try
34
34
                  again])
35
35
  ])