]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
python has begun!
[chaz/openbox] / configure.ac
index 7f631a4de86466a04af2b485e6fdc4b09cd9ce8d..08b6c1c2be6eb1cdc41759d89807cf1f66cc0873 100644 (file)
@@ -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
This page took 0.019638 seconds and 4 git commands to generate.