[Xfce4-commits] <xfce4-mount-plugin:master> Check for libxfce4ui-1 and libxfce4panel-1.0 4.8.0
Landry Breuil
noreply at xfce.org
Tue Apr 10 19:26:06 CEST 2012
Updating branch refs/heads/master
to 37e2535f65d53665caf21d1efe7281e36459e9db (commit)
from 16759c995da007db32c67fa6bdbaf1f6aa7b6618 (commit)
commit 37e2535f65d53665caf21d1efe7281e36459e9db
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 10 18:58:03 2012 +0200
Check for libxfce4ui-1 and libxfce4panel-1.0 4.8.0
configure.ac.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index ed3c6dd..d89c833 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -70,8 +70,8 @@ AC_CHECK_LIB(nsl, kstat_open, SOLLIBS="$SOLLIBS -linet_ntop", SOLLIBS="$SOLLIBS"
AC_SUBST(SOLLIBS)
dnl configure the panel plugin
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
dnl Check for i18n support
XDT_I18N([@LINGUAS@])
More information about the Xfce4-commits
mailing list