summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-23 00:04:32 +0000
committerDana Jansens <danakj@orodu.net>2002-12-23 00:04:32 +0000
commit5f78b51429b204f89b654d634bb4cc8cb78b95f6 (patch)
treea2a1d99ac17304a564d52494a3f2bb9752e62907 /configure.ac
parent3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc (diff)
using python and swig for now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 08b6c1c2..12554079 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,12 +80,18 @@ AC_CHECK_HEADER([python2.2/Python.h],
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