~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

Viewing changes to config/pandora-plugin.ac

  • Committer: Monty Taylor
  • Date: 2010-11-24 18:44:57 UTC
  • mfrom: (1308.1.31 trunk)
  • Revision ID: mordred@inaugust.com-20101124184457-qd6jvoe2wgnvl3yq
Tags: 2010.11.04-0ubuntu1~karmic1
* New upstream release.
* Turn off -Werror for packaging builds. (Closes: #602662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
AS_IF([test "x$with_errmsg_notify_plugin" = "xyes"],
888
888
    [
889
889
 
890
 
      pandora_plugin_test_list="errmsg_notify,${pandora_plugin_test_list}"
891
 
    
892
890
        AS_IF([test "x$enable_errmsg_notify_plugin" = "xyes"],[
893
891
          pandora_default_plugin_list="errmsg_notify,${pandora_default_plugin_list}"
894
892
        ])