Fixes ./configure to allow grc to build without an X session
authorJason Abele <jason@ettus.com>
Thu, 29 Jul 2010 21:57:09 +0000 (14:57 -0700)
committerJason Abele <jason@ettus.com>
Thu, 29 Jul 2010 23:07:12 +0000 (16:07 -0700)
commitb128f6e083deadf39c51a9ab1c2623bdab0a0c02
tree1908afbbfa3baf15f42ba4589319f7990ec6abc2
parent1620ab8499a7854ff1248a94782a800fb016d1f2
Fixes ./configure to allow grc to build without an X session

    Presently, a ./configure in a terminal with no X $DISPLAY will
    fail to build grc because import gtk fails with RuntimeError
    exception.

    This patch fixes this by catching just the ImportError and
    AssertionErrors we need for python module dependencies.
config/gr_python.m4