summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-07-24 17:30:33 +0000
committerBenedikt Meurer <benny@xfce.org>2004-07-24 17:30:33 +0000
commit473b4a25d6568af21060b6d128a52752e6a550ee (patch)
treeb65f64fe6883f256626c8170a5027a46c7f63804 /m4
parent7b780f5f249e9e99921c9ec5c60c98ef25c17429 (diff)
downloadxfce4-session-473b4a25d6568af21060b6d128a52752e6a550ee.tar.gz
XFCE_PANEL_PLUGIN had wrong panel version for the threaded test.
(Old svn revision: 4635)
Diffstat (limited to 'm4')
-rw-r--r--m4/depends.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/depends.m4 b/m4/depends.m4
index e4b296e1..ac86b432 100644
--- a/m4/depends.m4
+++ b/m4/depends.m4
@@ -43,7 +43,7 @@ AC_DEFUN([XFCE_PANEL_PLUGIN],
dnl Check if the panel is threaded
ac_CFLAGS=$$1_CFLAGS
AC_MSG_CHECKING([whether the panel is threaded])
- if $PKG_CONFIG --atleast-version=4.1.8 xfce4-panel-1.0; then
+ if $PKG_CONFIG --atleast-version=4.1.7 xfce4-panel-1.0; then
$1_CFLAGS="$ac_CFLAGS -DXFCE_PANEL_THREADED=1 -DXFCE_PANEL_LOCK\(\)=gdk_threads_enter\(\) -DXFCE_PANEL_UNLOCK\(\)=gdk_threads_leave\(\)"
AC_MSG_RESULT([yes])
else