Changeset 1174 for trunk/configure.ac
- Timestamp:
- 19/01/09 17:30:29 (3 years ago)
- File:
-
- 1 edited
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1168 r1174 239 239 if test x$with_python != xno; then 240 240 AC_CHECK_ROOT([python],[PYTHONROOT],[/usr /usr/local],[bin/python]) 241 if test x$PYTHONROOT != x; then PYTHON=$PYTHONROOT/bin/python; fi 241 if test x$PYTHONROOT != x; then 242 if test -r "$PYTHONROOT/bin/python"; then PYTHON="$PYTHONROOT/bin/python"; fi 243 if test -r "$PYTHONROOT/python"; then PYTHON="$PYTHONROOT/python"; fi 244 fi 242 245 AM_PATH_PYTHON(,, :) 243 246 fi
Note: See TracChangeset
for help on using the changeset viewer.
