Fresco/Fresco-Python configure.ac,1.18,1.19
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Python In directory purcel:/tmp/cvs-serv679 Modified Files: configure.ac Log Message: test for disutils Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Python/configure.ac,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- configure.ac 11 Feb 2003 02:58:37 -0000 1.18 +++ configure.ac 20 Feb 2003 22:21:47 -0000 1.19 @@ -46,6 +46,14 @@ AC_MSG_ERROR([can't install Python bindings without interpreter]) fi +AC_MSG_CHECKING([for distutils module]) +if `$python_program -c "import distutils" 2>/dev/null`; then + AC_MSG_RESULT([yes]) +else + AC_MSG_RESULT([no]) + AC_MSG_ERROR([need distutils]) +fi + dnl ------------------------------------------------------------------ dnl Output substitution dnl ------------------------------------------------------------------