Changeset 6725b7d4a1228f6fa06815a22cc9bcef38347a66
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
re6823bd
|
r6725b7d
|
|
| 57 | 57 | dnl Checking python-vte |
| 58 | 58 | AC_MSG_CHECKING([for the python-vte package]) |
| 59 | | ac_pvte_result=`$PYTHON -c "import vte" 2>&1` |
| | 59 | ac_pvte_result=`$PYTHON -c 'try: |
| | 60 | import vte |
| | 61 | except Exception, e: |
| | 62 | print str(e)' 2> /dev/null` |
| | 63 | |
| 60 | 64 | if test -z "$ac_pvte_result"; then |
| 61 | 65 | AC_MSG_RESULT([yes]) |