summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-07-28 21:22:04 +0000
committerBenedikt Meurer <benny@xfce.org>2004-07-28 21:22:04 +0000
commit22909f6ec4e94231821617c304d0e686a854353a (patch)
tree262bb1093777131bf1f4b694718746d77adbaa5d /m4
parent99904c4dbdac00f5af4f5e6c702c1d538737085f (diff)
downloadxfce4-panel-22909f6ec4e94231821617c304d0e686a854353a.tar.gz
Fixed (module)_FOUND bug reported by brian. Hopefully nothing else broke
this time. (Old svn revision: 4092)
Diffstat (limited to 'm4')
-rw-r--r--m4/depends.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/depends.m4 b/m4/depends.m4
index 0237e0f8..fb462878 100644
--- a/m4/depends.m4
+++ b/m4/depends.m4
@@ -25,6 +25,7 @@ AC_HELP_STRING([--disable-$4], [Disable checking for $5]),
AC_MSG_RESULT([yes])
BM_DEPEND([$1], [$2], [$3])
AC_DEFINE([HAVE_$1], [1], [Define if you have $2 >= $3])
+ $1_FOUND="yes"
else
AC_MSG_RESULT([no])
fi