Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-12-04 01:42:47 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-12-04 01:42:47 (GMT)
commit464709cd216c6477f1254e2f5b541ebbaa7a2047 (patch)
tree62c19baceada4d552cd116362a89aa6ada120799
parent69c890e6731e3ef7ecb3dc2bf96711ff402403aa (diff)
parentbf504427cef5a0136f37c7a514e7f6e523f0a2ee (diff)
Merge commit 'v0.4.8' into upstream
-rw-r--r--configure.ac4
-rw-r--r--python/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 63da75f..8af40b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define([hulahop_build_id],[2008072400]) # FIXME: when should we update this?
-m4_define([hulahop_version],[0.4.7])
+m4_define([hulahop_version],[0.4.8])
AC_INIT([hulahop],[hulahop_version],[],[hulahop])
@@ -19,6 +19,8 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AC_PROG_LIBTOOL
+AC_PROG_CXX
+
PKG_CHECK_MODULES(DEPS, gtk+-2.0)
AM_PATH_PYTHON
diff --git a/python/Makefile.am b/python/Makefile.am
index 146f4cf..4d32718 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -11,7 +11,7 @@ INCLUDES = \
pkgpyexec_LTLIBRARIES = _hulahop.la
-_hulahop_la_LDFLAGS = -module -avoid-version -R$(LIBXUL_DIR) -dlopen self
+_hulahop_la_LDFLAGS = -module -avoid-version -R$(LIBXUL_DIR)
_hulahop_la_LIBADD = \
$(LIBXUL_LIBS) \
$(DEPS_LIBS) \