X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=12554079acfad11642e3366e3f8ebc5138dccc1a;hb=5a139f7263e33b499836f5df9ac37400e02c32f9;hp=7f631a4de86466a04af2b485e6fdc4b09cd9ce8d;hpb=caa595a09496b6679a729f31cf1bf4769d7e4fbc;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 7f631a4d..12554079 100644 --- a/configure.ac +++ b/configure.ac @@ -75,18 +75,23 @@ 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 ])) AC_CHECK_LIB([python2.2], [Py_Initialize], - PYTHON_LDFLAGS="-lpython2.2 -Xlinker -export-dynamic", + PYTHON_LDFLAGS="-lpython2.2", +dnl -Xlinker -export-dynamic", 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 ])) +PYTHON_CFLAGS="-I/usr/include/python2.2 -I/usr/gwar/include/python2.2" AC_SUBST([PYTHON_CFLAGS]) AC_SUBST([PYTHON_LDFLAGS]) +dnl Check for guile +GUILE_FLAGS + dnl Check for X headers and libraries AC_PATH_X AC_PATH_XTRA