Changeset 6725b7d4a1228f6fa06815a22cc9bcef38347a66

Show
Ignore:
Timestamp:
06/03/08 08:03:37 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
3c2fef8928c8f9c8d19e3de2643b77de2e5b9894
Parents:
7932c52c6c2726a05a5f5c91bd35e3bd6c3e6b00
git-committer:
Lincoln de Sousa <lincoln@…> (06/03/08 08:03:37)
Message:

fixing vte import test (it was breaking when called by root/without display)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    re6823bd r6725b7d  
    5757dnl Checking python-vte 
    5858AC_MSG_CHECKING([for the python-vte package]) 
    59 ac_pvte_result=`$PYTHON -c "import vte" 2>&1` 
     59ac_pvte_result=`$PYTHON -c 'try: 
     60    import vte 
     61except Exception, e: 
     62    print str(e)' 2> /dev/null` 
     63 
    6064if test -z "$ac_pvte_result"; then 
    6165    AC_MSG_RESULT([yes])