~mrooney/awn-extras/bugfix.359668

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Lee
  • Date: 2009-04-05 03:47:19 UTC
  • Revision ID: bzr@lazymalevolence.com-20090405034719-ubwp42uqaftly17t
Build system: fix error message typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
    # media-player, volume-control
205
205
    AM_CHECK_PYMOD(gst,,,AC_MSG_ERROR([python module gstreamer required (python-gst0.10)]))
206
206
    # calendar
207
 
    AM_CHECK_PYMOD(vobject,,,AC_MSG_ERROR([python module gdata required (python-vobject)]))
 
207
    AM_CHECK_PYMOD(vobject,,,AC_MSG_ERROR([python module vobject required (python-vobject)]))
208
208
    fi
209
209
fi
210
210