Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-13 09:58:06 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-13 09:58:06 (GMT)
commit3ce887ce9002a6147c286f00ea95fe2d9eb2065a (patch)
tree078fd6f1f3437eccd150bc631ebf956b82f5687a /configure.ac
parent9a827ead86311933802bbd4c919b8cbd5de62a88 (diff)
Add dep on libSM
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 66c275c..7250e79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
-PKG_CHECK_MODULES(EXT, pygtk-2.0 gtk+-2.0)
+PKG_CHECK_MODULES(EXT, pygtk-2.0 gtk+-2.0, sm)
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
AC_SUBST(PYGTK_DEFSDIR)