diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-19 23:54:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-19 23:54:41 +0000 |
| commit | 700984bd150d98a6876c117c2e1b1b3c72cffce1 (patch) | |
| tree | a4e89a9a84b4e1c76d83f1764404c3598f505789 /configure.ac | |
| parent | 977ecf1f1e82f385a542648b545a0d0877febaf0 (diff) | |
python has begun!
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7f631a4d..08b6c1c2 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ CFLAGS="$CFLAGS $DEBUG" dnl Check for Python AC_CHECK_HEADER([python2.2/Python.h], - PYTHON_CFLAGS="-Ipython2.2", + , AC_MSG_ERROR([Openbox requires the use of Python 2.2. This is its secret special formula for extreme sexiness. See http://www.python.org ])) @@ -84,7 +84,6 @@ AC_CHECK_LIB([python2.2], [Py_Initialize], AC_MSG_ERROR([Openbox requires the use of Python 2.2. This is its secret special formula for extreme sexiness. See http://www.python.org ])) -AC_SUBST([PYTHON_CFLAGS]) AC_SUBST([PYTHON_LDFLAGS]) dnl Check for X headers and libraries |
